Html Css Color HEX #9D3D13 Saddle Brown

📋 copy color: '#9D3D13'

red 157 ◦ green 61 ◦ blue 19

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

Shades of Saddle Brown #9D3D13

Tints of Saddle Brown #9D3D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.74%

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

R = 66.24%
G = 25.74%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9D3D13 (or 0x9D3D13) is known color: Saddle Brown. HEX triplet: 9D, 3D and 13. RGB value is (157,61,19). Sum of RGB (Red+Green+Blue) = 157+61+19=237 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.24% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3D13 is #62C2EC. Grayscale: #555555. Windows color (decimal): -6472429 or 1260957. OLE color: 1260957.

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

Color convert

RGB 157 61 19 -
CMYK 0 0.61 0.88 0.38
HSL 18.26º 0.78% 0.35% -
HSV(B) 18.26º 0.88% 0.62% -
XYZ 15.69 10.55 1.83 -
YUV 84.92 90.8 179.42 -
System Red Green Blue C M Y K H S L
Decimal 157 61 19 0 0.61 0.88 0.38 18.26 0.78 0.35
Hex 9D 3D 13 0 3D 58 26 12 4E 23
Octal 235 75 23 0 75 130 46 22 116 43
Binary 10011101 111101 10011 0 111101 1011000 100110 10010 1001110 100011

Color Harmonies of #9D3D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3D13

Black with #9D3D13

Text Example


Text Example

White with #9D3D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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