#9E700B

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

Shades of Golden Brown #9E700B

Tints of Golden Brown #9E700B

Color information

#9E700B (or 0x9E700B) is unknown color: approx Golden Brown. HEX triplet: 9E, 70 and 0B. RGB value is (158,112,11). Sum of RGB (Red+Green+Blue) = 158+112+11=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E700B is #618FF4. Grayscale: #727272. Windows color (decimal): -6393845 or 749726. OLE color: 749726.

HSL color Cylindrical-coordinate representation of color #9E700B: hue angle of 41.22º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E700B is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB15811211-
CMYK00.290.930.38
HSL41.22º86.98%33.14%-
HSV(B)41.22º93.04%61.96%-
XYZ19.9618.882.91-
YUV114.2469.74159.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.23%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 11 (4.69% from 255) = 3.91%
R=56.23%
G=39.86%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581121100.290.930.3841.2286.9833.14
Hex9E70B01D5D26295721
Octal23616013035135465112741
Binary100111101110000101101110110111011001101010011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,11); }

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

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

 a { background-color: rgb(158,112,11); }

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

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

 span { border-color: rgb(158,112,11); }

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