Html Css Color HEX #9D7012 Golden Brown

📋 copy color: '#9D7012'

red 157 ◦ green 112 ◦ blue 18

#9D7012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9D7012

Tints of Golden Brown #9D7012

RGB

 RED value IS 157 (61.72% from 255) = 54.7%

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 18 (7.42% from 255) = 6.27%

R = 54.7%
G = 39.02%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D7012 (or 0x9D7012) is known color: Golden Brown. HEX triplet: 9D, 70 and 12. RGB value is (157,112,18). Sum of RGB (Red+Green+Blue) = 157+112+18=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7012 is #628FED. Grayscale: #737373. Windows color (decimal): -6459374 or 1208477. OLE color: 1208477.

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

Color convert

RGB 157 112 18 -
CMYK 0 0.29 0.89 0.38
HSL 40.58º 0.79% 0.34% -
HSV(B) 40.58º 0.89% 0.62% -
XYZ 19.81 18.8 3.16 -
YUV 114.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 157 112 18 0 0.29 0.89 0.38 40.58 0.79 0.34
Hex 9D 70 12 0 1D 59 26 29 4F 22
Octal 235 160 22 0 35 131 46 51 117 42
Binary 10011101 1110000 10010 0 11101 1011001 100110 101001 1001111 100010

Color Harmonies of #9D7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7012

Black with #9D7012

Text Example


Text Example

White with #9D7012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,112,18); }

 H1.HeaderClassName
 {
   color: #9D7012;
 }
 .AnyTagClassName
 {
   color: #9D7012;
 }
</style>

background-color css

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

 a { background-color: rgb(157,112,18); }

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

border-color css

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

 span { border-color: rgb(157,112,18); }

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