Html Css Color HEX #9D4512 Saddle Brown

📋 copy color: '#9D4512'

red 157 ◦ green 69 ◦ blue 18

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

Shades of Saddle Brown #9D4512

Tints of Saddle Brown #9D4512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.28%

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

R = 64.34%
G = 28.28%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D4512 (or 0x9D4512) is known color: Saddle Brown. HEX triplet: 9D, 45 and 12. RGB value is (157,69,18). Sum of RGB (Red+Green+Blue) = 157+69+18=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4512 is #62BAED. Grayscale: #595959. Windows color (decimal): -6470382 or 1197469. OLE color: 1197469.

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

Color convert

RGB 157 69 18 -
CMYK 0 0.56 0.89 0.38
HSL 22.01º 0.79% 0.34% -
HSV(B) 22.01º 0.89% 0.62% -
XYZ 16.14 11.47 1.94 -
YUV 89.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 157 69 18 0 0.56 0.89 0.38 22.01 0.79 0.34
Hex 9D 45 12 0 38 59 26 16 4F 22
Octal 235 105 22 0 70 131 46 26 117 42
Binary 10011101 1000101 10010 0 111000 1011001 100110 10110 1001111 100010

Color Harmonies of #9D4512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4512

Black with #9D4512

Text Example


Text Example

White with #9D4512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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