#94540C

Color #94540C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #94540C

Tints of Golden Brown #94540C

Color information

#94540C (or 0x94540C) is unknown color: approx Golden Brown. HEX triplet: 94, 54 and 0C. RGB value is (148,84,12). Sum of RGB (Red+Green+Blue) = 148+84+12=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #94540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94540C is #6BABF3. Grayscale: #5F5F5F. Windows color (decimal): -7056372 or 808084. OLE color: 808084.

HSL color Cylindrical-coordinate representation of color #94540C: hue angle of 31.76º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94540C is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1488412-
CMYK00.430.920.42
HSL31.76º85%31.37%-
HSV(B)31.76º91.89%58.04%-
XYZ15.4512.661.98-
YUV94.9381.2165.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 60.66%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=60.66%
G=34.43%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148841200.430.920.4231.768531.37
Hex9454C02B5C2A20551f
Octal22412414053134524012537
Binary100101001010100110001010111011100101010100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94540C; }

 p { color: rgb(148,84,12); }

 H1.HeaderClassName
 {
   color: #94540C;
 }
 .AnyTagClassName
 {
   color: #94540C;
 }
</style>
background-color css

<style>
 a { background-color: #94540C; }

 a { background-color: rgb(148,84,12); }

 div.DivClassName
 {
   background-color: #94540C;
 }
 .BgClassName
 {
   background-color: #94540C;
 }
</style>
border-color css

<style>
 span { border-color: #94540C; }

 span { border-color: rgb(148,84,12); }

 td.TdClassName
 {
   border-color: #94540C;
 }
 .TagClassName
 {
   border-color: #94540C;
 }
</style>