#9E5204

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

Shades of Golden Brown #9E5204

Tints of Golden Brown #9E5204

Color information

#9E5204 (or 0x9E5204) is unknown color: approx Golden Brown. HEX triplet: 9E, 52 and 04. RGB value is (158,82,4). Sum of RGB (Red+Green+Blue) = 158+82+4=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5204 is #61ADFB. Grayscale: #606060. Windows color (decimal): -6401532 or 283294. OLE color: 283294.

HSL color Cylindrical-coordinate representation of color #9E5204: hue angle of 30.39º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E5204 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB158824-
CMYK00.480.970.38
HSL30.39º95.06%31.76%-
HSV(B)30.39º97.47%61.96%-
XYZ17.1413.311.78-
YUV95.8376.18172.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.75%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=64.75%
G=33.61%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15882400.480.970.3830.3995.0631.76
Hex9E52403061261e5f20
Octal2361224060141463613740
Binary10011110101001010001100001100001100110111101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5204; }

 p { color: rgb(158,82,4); }

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

<style>
 a { background-color: #9E5204; }

 a { background-color: rgb(158,82,4); }

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

<style>
 span { border-color: #9E5204; }

 span { border-color: rgb(158,82,4); }

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