Html Css Color HEX #9D7011 Golden Brown

📋 copy color: '#9D7011'

red 157 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #9D7011

Tints of Golden Brown #9D7011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.94%

R = 54.9%
G = 39.16%
B = 5.94%

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

#9D7011 (or 0x9D7011) is known color: Golden Brown. HEX triplet: 9D, 70 and 11. RGB value is (157,112,17). Sum of RGB (Red+Green+Blue) = 157+112+17=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7011 is #628FEE. Grayscale: #737373. Windows color (decimal): -6459375 or 1142941. OLE color: 1142941.

HSL color Cylindrical-coordinate representation of color #9D7011: hue angle of 40.71º degrees, saturation: 0.8, 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 #9D7011 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 112 17 -
CMYK 0 0.29 0.89 0.38
HSL 40.71º 0.8% 0.34% -
HSV(B) 40.71º 0.89% 0.62% -
XYZ 19.8 18.8 3.11 -
YUV 114.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 157 112 17 0 0.29 0.89 0.38 40.71 0.8 0.34
Hex 9D 70 11 0 1D 59 26 29 50 22
Octal 235 160 21 0 35 131 46 51 120 42
Binary 10011101 1110000 10001 0 11101 1011001 100110 101001 1010000 100010

Color Harmonies of #9D7011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7011

Black with #9D7011

Text Example


Text Example

White with #9D7011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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