Html Css Color HEX #953F17 Saddle Brown

📋 copy color: '#953F17'

red 149 ◦ green 63 ◦ blue 23

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

Shades of Saddle Brown #953F17

Tints of Saddle Brown #953F17

RGB

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

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

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

R = 63.4%
G = 26.81%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953F17 (or 0x953F17) is known color: Saddle Brown. HEX triplet: 95, 3F and 17. RGB value is (149,63,23). Sum of RGB (Red+Green+Blue) = 149+63+23=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #953F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F17 is #6AC0E8. Grayscale: #545454. Windows color (decimal): -6996201 or 1523605. OLE color: 1523605.

HSL color Cylindrical-coordinate representation of color #953F17: hue angle of 19.05º 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 #953F17 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 23 -
CMYK 0 0.58 0.85 0.42
HSL 19.05º 0.73% 0.34% -
HSV(B) 19.05º 0.85% 0.58% -
XYZ 14.33 10.01 1.99 -
YUV 84.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 149 63 23 0 0.58 0.85 0.42 19.05 0.73 0.34
Hex 95 3F 17 0 3A 55 2A 13 49 22
Octal 225 77 27 0 72 125 52 23 111 42
Binary 10010101 111111 10111 0 111010 1010101 101010 10011 1001001 100010

Color Harmonies of #953F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F17

Black with #953F17

Text Example


Text Example

White with #953F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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