Html Css Color HEX #9D7512 Golden Brown

📋 copy color: '#9D7512'

red 157 ◦ green 117 ◦ blue 18

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

Shades of Golden Brown #9D7512

Tints of Golden Brown #9D7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.07%

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

R = 53.77%
G = 40.07%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D7512 (or 0x9D7512) is known color: Golden Brown. HEX triplet: 9D, 75 and 12. RGB value is (157,117,18). Sum of RGB (Red+Green+Blue) = 157+117+18=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7512 is #628AED. Grayscale: #767676. Windows color (decimal): -6458094 or 1209757. OLE color: 1209757.

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

Color convert

RGB 157 117 18 -
CMYK 0 0.25 0.89 0.38
HSL 42.73º 0.79% 0.34% -
HSV(B) 42.73º 0.89% 0.62% -
XYZ 20.38 19.93 3.35 -
YUV 117.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 157 117 18 0 0.25 0.89 0.38 42.73 0.79 0.34
Hex 9D 75 12 0 19 59 26 2B 4F 22
Octal 235 165 22 0 31 131 46 53 117 42
Binary 10011101 1110101 10010 0 11001 1011001 100110 101011 1001111 100010

Color Harmonies of #9D7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7512

Black with #9D7512

Text Example


Text Example

White with #9D7512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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