Html Css Color HEX #964117 Saddle Brown

📋 copy color: '#964117'

red 150 ◦ green 65 ◦ blue 23

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

Shades of Saddle Brown #964117

Tints of Saddle Brown #964117

RGB

 RED value IS 150 (58.98% from 255) = 63.03%

 GREEN value IS 65 (25.78% from 255) = 27.31%

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

R = 63.03%
G = 27.31%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#964117 (or 0x964117) is known color: Saddle Brown. HEX triplet: 96, 41 and 17. RGB value is (150,65,23). Sum of RGB (Red+Green+Blue) = 150+65+23=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #964117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964117 is #69BEE8. Grayscale: #555555. Windows color (decimal): -6930153 or 1524118. OLE color: 1524118.

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

Color convert

RGB 150 65 23 -
CMYK 0 0.57 0.85 0.41
HSL 19.84º 0.73% 0.34% -
HSV(B) 19.84º 0.85% 0.59% -
XYZ 14.62 10.33 2.03 -
YUV 85.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 150 65 23 0 0.57 0.85 0.41 19.84 0.73 0.34
Hex 96 41 17 0 39 55 29 14 49 22
Octal 226 101 27 0 71 125 51 24 111 42
Binary 10010110 1000001 10111 0 111001 1010101 101001 10100 1001001 100010

Color Harmonies of #964117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964117

Black with #964117

Text Example


Text Example

White with #964117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964117; }

 p { color: rgb(150,65,23); }

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

background-color css

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

 a { background-color: rgb(150,65,23); }

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

border-color css

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

 span { border-color: rgb(150,65,23); }

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