Html Css Color HEX #9D5312 Golden Brown

📋 copy color: '#9D5312'

red 157 ◦ green 83 ◦ blue 18

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

Shades of Golden Brown #9D5312

Tints of Golden Brown #9D5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 60.85%
G = 32.17%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D5312 (or 0x9D5312) is known color: Golden Brown. HEX triplet: 9D, 53 and 12. RGB value is (157,83,18). Sum of RGB (Red+Green+Blue) = 157+83+18=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5312 is #62ACED. Grayscale: #626262. Windows color (decimal): -6466798 or 1201053. OLE color: 1201053.

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

Color convert

RGB 157 83 18 -
CMYK 0 0.47 0.89 0.38
HSL 28.06º 0.79% 0.34% -
HSV(B) 28.06º 0.89% 0.62% -
XYZ 17.11 13.4 2.26 -
YUV 97.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 157 83 18 0 0.47 0.89 0.38 28.06 0.79 0.34
Hex 9D 53 12 0 2F 59 26 1C 4F 22
Octal 235 123 22 0 57 131 46 34 117 42
Binary 10011101 1010011 10010 0 101111 1011001 100110 11100 1001111 100010

Color Harmonies of #9D5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5312

Black with #9D5312

Text Example


Text Example

White with #9D5312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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