Html Css Color HEX #9D3D17 Saddle Brown

📋 copy color: '#9D3D17'

red 157 ◦ green 61 ◦ blue 23

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

Shades of Saddle Brown #9D3D17

Tints of Saddle Brown #9D3D17

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.31%

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

R = 65.15%
G = 25.31%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D3D17 (or 0x9D3D17) is known color: Saddle Brown. HEX triplet: 9D, 3D and 17. RGB value is (157,61,23). Sum of RGB (Red+Green+Blue) = 157+61+23=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3D17 is #62C2E8. Grayscale: #555555. Windows color (decimal): -6472425 or 1523101. OLE color: 1523101.

HSL color Cylindrical-coordinate representation of color #9D3D17: hue angle of 17.01º 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 #9D3D17 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 61 23 -
CMYK 0 0.61 0.85 0.38
HSL 17.01º 0.74% 0.35% -
HSV(B) 17.01º 0.85% 0.62% -
XYZ 15.73 10.57 2.02 -
YUV 85.37 92.8 179.09 -
System Red Green Blue C M Y K H S L
Decimal 157 61 23 0 0.61 0.85 0.38 17.01 0.74 0.35
Hex 9D 3D 17 0 3D 55 26 11 4A 23
Octal 235 75 27 0 75 125 46 21 112 43
Binary 10011101 111101 10111 0 111101 1010101 100110 10001 1001010 100011

Color Harmonies of #9D3D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3D17

Black with #9D3D17

Text Example


Text Example

White with #9D3D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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