Html Css Color HEX #9D3E0E Saddle Brown

📋 copy color: '#9D3E0E'

red 157 ◦ green 62 ◦ blue 14

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

Shades of Saddle Brown #9D3E0E

Tints of Saddle Brown #9D3E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 67.38%
G = 26.61%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9D3E0E (or 0x9D3E0E) is known color: Saddle Brown. HEX triplet: 9D, 3E and 0E. RGB value is (157,62,14). Sum of RGB (Red+Green+Blue) = 157+62+14=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3E0E is #62C1F1. Grayscale: #555555. Windows color (decimal): -6472178 or 933533. OLE color: 933533.

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

Color convert

RGB 157 62 14 -
CMYK 0 0.61 0.91 0.38
HSL 20.14º 0.84% 0.34% -
HSV(B) 20.14º 0.91% 0.62% -
XYZ 15.71 10.65 1.64 -
YUV 84.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 157 62 14 0 0.61 0.91 0.38 20.14 0.84 0.34
Hex 9D 3E E 0 3D 5B 26 14 54 22
Octal 235 76 16 0 75 133 46 24 124 42
Binary 10011101 111110 1110 0 111101 1011011 100110 10100 1010100 100010

Color Harmonies of #9D3E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3E0E

Black with #9D3E0E

Text Example


Text Example

White with #9D3E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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