Html Css Color HEX #953917 Saddle Brown

📋 copy color: '#953917'

red 149 ◦ green 57 ◦ blue 23

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

Shades of Saddle Brown #953917

Tints of Saddle Brown #953917

RGB

 RED value IS 149 (58.59% from 255) = 65.07%

 GREEN value IS 57 (22.66% from 255) = 24.89%

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

R = 65.07%
G = 24.89%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953917 (or 0x953917) is known color: Saddle Brown. HEX triplet: 95, 39 and 17. RGB value is (149,57,23). Sum of RGB (Red+Green+Blue) = 149+57+23=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #953917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953917 is #6AC6E8. Grayscale: #505050. Windows color (decimal): -6997737 or 1522069. OLE color: 1522069.

HSL color Cylindrical-coordinate representation of color #953917: hue angle of 16.19º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #953917 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 23 -
CMYK 0 0.62 0.85 0.42
HSL 16.19º 0.73% 0.34% -
HSV(B) 16.19º 0.85% 0.58% -
XYZ 14.01 9.38 1.88 -
YUV 80.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 149 57 23 0 0.62 0.85 0.42 16.19 0.73 0.34
Hex 95 39 17 0 3E 55 2A 10 49 22
Octal 225 71 27 0 76 125 52 20 111 42
Binary 10010101 111001 10111 0 111110 1010101 101010 10000 1001001 100010

Color Harmonies of #953917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953917

Black with #953917

Text Example


Text Example

White with #953917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953917; }

 p { color: rgb(149,57,23); }

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

background-color css

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

 a { background-color: rgb(149,57,23); }

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

border-color css

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

 span { border-color: rgb(149,57,23); }

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