#9E540F

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

Shades of Golden Brown #9E540F

Tints of Golden Brown #9E540F

Color information

#9E540F (or 0x9E540F) is unknown color: approx Golden Brown. HEX triplet: 9E, 54 and 0F. RGB value is (158,84,15). Sum of RGB (Red+Green+Blue) = 158+84+15=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E540F is #61ABF0. Grayscale: #626262. Windows color (decimal): -6401009 or 1004702. OLE color: 1004702.

HSL color Cylindrical-coordinate representation of color #9E540F: hue angle of 28.95º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E540F is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1588415-
CMYK00.470.910.38
HSL28.95º82.66%33.92%-
HSV(B)28.95º90.51%61.96%-
XYZ17.3613.642.17-
YUV98.2681.02170.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.48%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=61.48%
G=32.68%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158841500.470.910.3828.9582.6633.92
Hex9E54F02F5B261d5322
Octal23612417057133463512342
Binary100111101010100111101011111011011100110111011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,84,15); }

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

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

 a { background-color: rgb(158,84,15); }

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

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

 span { border-color: rgb(158,84,15); }

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