Html Css Color HEX #9D3E0A Saddle Brown

📋 copy color: '#9D3E0A'

red 157 ◦ green 62 ◦ blue 10

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

Shades of Saddle Brown #9D3E0A

Tints of Saddle Brown #9D3E0A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 68.56%
G = 27.07%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9D3E0A (or 0x9D3E0A) is known color: Saddle Brown. HEX triplet: 9D, 3E and 0A. RGB value is (157,62,10). Sum of RGB (Red+Green+Blue) = 157+62+10=229 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.56% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3E0A is #62C1F5. Grayscale: #545454. Windows color (decimal): -6472182 or 671389. OLE color: 671389.

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

Color convert

RGB 157 62 10 -
CMYK 0 0.61 0.94 0.38
HSL 21.22º 0.88% 0.33% -
HSV(B) 21.22º 0.94% 0.62% -
XYZ 15.68 10.64 1.51 -
YUV 84.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 157 62 10 0 0.61 0.94 0.38 21.22 0.88 0.33
Hex 9D 3E A 0 3D 5E 26 15 58 21
Octal 235 76 12 0 75 136 46 25 130 41
Binary 10011101 111110 1010 0 111101 1011110 100110 10101 1011000 100001

Color Harmonies of #9D3E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3E0A

Black with #9D3E0A

Text Example


Text Example

White with #9D3E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,62,10); }

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

background-color css

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

 a { background-color: rgb(157,62,10); }

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

border-color css

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

 span { border-color: rgb(157,62,10); }

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