Html Css Color HEX #9D7008 Golden Brown

📋 copy color: '#9D7008'

red 157 ◦ green 112 ◦ blue 8

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

Shades of Golden Brown #9D7008

Tints of Golden Brown #9D7008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 56.68%
G = 40.43%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9D7008 (or 0x9D7008) is known color: Golden Brown. HEX triplet: 9D, 70 and 08. RGB value is (157,112,8). Sum of RGB (Red+Green+Blue) = 157+112+8=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7008 is #628FF7. Grayscale: #727272. Windows color (decimal): -6459384 or 553117. OLE color: 553117.

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

Color convert

RGB 157 112 8 -
CMYK 0 0.29 0.95 0.38
HSL 41.88º 0.9% 0.32% -
HSV(B) 41.88º 0.95% 0.62% -
XYZ 19.74 18.77 2.81 -
YUV 113.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 157 112 8 0 0.29 0.95 0.38 41.88 0.9 0.32
Hex 9D 70 8 0 1D 5F 26 2A 5A 20
Octal 235 160 10 0 35 137 46 52 132 40
Binary 10011101 1110000 1000 0 11101 1011111 100110 101010 1011010 100000

Color Harmonies of #9D7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7008

Black with #9D7008

Text Example


Text Example

White with #9D7008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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