Html Css Color HEX #9D3C13 Saddle Brown

📋 copy color: '#9D3C13'

red 157 ◦ green 60 ◦ blue 19

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

Shades of Saddle Brown #9D3C13

Tints of Saddle Brown #9D3C13

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.42%

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 66.53%
G = 25.42%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9D3C13 (or 0x9D3C13) is known color: Saddle Brown. HEX triplet: 9D, 3C and 13. RGB value is (157,60,19). Sum of RGB (Red+Green+Blue) = 157+60+19=236 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.53% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3C13 is #62C3EC. Grayscale: #545454. Windows color (decimal): -6472685 or 1260701. OLE color: 1260701.

HSL color Cylindrical-coordinate representation of color #9D3C13: hue angle of 17.83º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D3C13 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 60 19 -
CMYK 0 0.62 0.88 0.38
HSL 17.83º 0.78% 0.35% -
HSV(B) 17.83º 0.88% 0.62% -
XYZ 15.64 10.45 1.81 -
YUV 84.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 157 60 19 0 0.62 0.88 0.38 17.83 0.78 0.35
Hex 9D 3C 13 0 3E 58 26 12 4E 23
Octal 235 74 23 0 76 130 46 22 116 43
Binary 10011101 111100 10011 0 111110 1011000 100110 10010 1001110 100011

Color Harmonies of #9D3C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3C13

Black with #9D3C13

Text Example


Text Example

White with #9D3C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,60,19); }

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

background-color css

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

 a { background-color: rgb(157,60,19); }

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

border-color css

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

 span { border-color: rgb(157,60,19); }

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