Html Css Color HEX #9D3F17 Saddle Brown

📋 copy color: '#9D3F17'

red 157 ◦ green 63 ◦ blue 23

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

Shades of Saddle Brown #9D3F17

Tints of Saddle Brown #9D3F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 64.61%
G = 25.93%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D3F17 (or 0x9D3F17) is known color: Saddle Brown. HEX triplet: 9D, 3F and 17. RGB value is (157,63,23). Sum of RGB (Red+Green+Blue) = 157+63+23=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3F17 is #62C0E8. Grayscale: #565656. Windows color (decimal): -6471913 or 1523613. OLE color: 1523613.

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

Color convert

RGB 157 63 23 -
CMYK 0 0.60 0.85 0.38
HSL 17.91º 0.74% 0.35% -
HSV(B) 17.91º 0.85% 0.62% -
XYZ 15.84 10.78 2.06 -
YUV 86.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 157 63 23 0 0.60 0.85 0.38 17.91 0.74 0.35
Hex 9D 3F 17 0 3C 55 26 12 4A 23
Octal 235 77 27 0 74 125 46 22 112 43
Binary 10011101 111111 10111 0 111100 1010101 100110 10010 1001010 100011

Color Harmonies of #9D3F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3F17

Black with #9D3F17

Text Example


Text Example

White with #9D3F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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