Html Css Color HEX #9D3C05 Saddle Brown

📋 copy color: '#9D3C05'

red 157 ◦ green 60 ◦ blue 5

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

Shades of Saddle Brown #9D3C05

Tints of Saddle Brown #9D3C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.25%

R = 70.72%
G = 27.03%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9D3C05 (or 0x9D3C05) is known color: Saddle Brown. HEX triplet: 9D, 3C and 05. RGB value is (157,60,5). Sum of RGB (Red+Green+Blue) = 157+60+5=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3C05 is #62C3FA. Grayscale: #535353. Windows color (decimal): -6472699 or 343197. OLE color: 343197.

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

Color convert

RGB 157 60 5 -
CMYK 0 0.62 0.97 0.38
HSL 21.71º 0.94% 0.32% -
HSV(B) 21.71º 0.97% 0.62% -
XYZ 15.55 10.41 1.33 -
YUV 82.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 157 60 5 0 0.62 0.97 0.38 21.71 0.94 0.32
Hex 9D 3C 5 0 3E 61 26 16 5E 20
Octal 235 74 5 0 76 141 46 26 136 40
Binary 10011101 111100 101 0 111110 1100001 100110 10110 1011110 100000

Color Harmonies of #9D3C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3C05

Black with #9D3C05

Text Example


Text Example

White with #9D3C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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