Html Css Color HEX #9D4417 Saddle Brown

📋 copy color: '#9D4417'

red 157 ◦ green 68 ◦ blue 23

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

Shades of Saddle Brown #9D4417

Tints of Saddle Brown #9D4417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 63.31%
G = 27.42%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D4417 (or 0x9D4417) is known color: Saddle Brown. HEX triplet: 9D, 44 and 17. RGB value is (157,68,23). Sum of RGB (Red+Green+Blue) = 157+68+23=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4417 is #62BBE8. Grayscale: #595959. Windows color (decimal): -6470633 or 1524893. OLE color: 1524893.

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

Color convert

RGB 157 68 23 -
CMYK 0 0.57 0.85 0.38
HSL 20.15º 0.74% 0.35% -
HSV(B) 20.15º 0.85% 0.62% -
XYZ 16.13 11.36 2.15 -
YUV 89.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 157 68 23 0 0.57 0.85 0.38 20.15 0.74 0.35
Hex 9D 44 17 0 39 55 26 14 4A 23
Octal 235 104 27 0 71 125 46 24 112 43
Binary 10011101 1000100 10111 0 111001 1010101 100110 10100 1001010 100011

Color Harmonies of #9D4417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4417

Black with #9D4417

Text Example


Text Example

White with #9D4417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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