Html Css Color HEX #9D3F12 Saddle Brown

📋 copy color: '#9D3F12'

red 157 ◦ green 63 ◦ blue 18

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

Shades of Saddle Brown #9D3F12

Tints of Saddle Brown #9D3F12

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 65.97%
G = 26.47%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D3F12 (or 0x9D3F12) is known color: Saddle Brown. HEX triplet: 9D, 3F and 12. RGB value is (157,63,18). Sum of RGB (Red+Green+Blue) = 157+63+18=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3F12 is #62C0ED. Grayscale: #565656. Windows color (decimal): -6471918 or 1195933. OLE color: 1195933.

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

Color convert

RGB 157 63 18 -
CMYK 0 0.60 0.89 0.38
HSL 19.42º 0.79% 0.34% -
HSV(B) 19.42º 0.89% 0.62% -
XYZ 15.79 10.77 1.82 -
YUV 85.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 157 63 18 0 0.60 0.89 0.38 19.42 0.79 0.34
Hex 9D 3F 12 0 3C 59 26 13 4F 22
Octal 235 77 22 0 74 131 46 23 117 42
Binary 10011101 111111 10010 0 111100 1011001 100110 10011 1001111 100010

Color Harmonies of #9D3F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3F12

Black with #9D3F12

Text Example


Text Example

White with #9D3F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,63,18); }

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

background-color css

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

 a { background-color: rgb(157,63,18); }

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

border-color css

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

 span { border-color: rgb(157,63,18); }

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