Html Css Color HEX #964717 Saddle Brown

📋 copy color: '#964717'

red 150 ◦ green 71 ◦ blue 23

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

Shades of Saddle Brown #964717

Tints of Saddle Brown #964717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.1%

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

R = 61.48%
G = 29.1%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#964717 (or 0x964717) is known color: Saddle Brown. HEX triplet: 96, 47 and 17. RGB value is (150,71,23). Sum of RGB (Red+Green+Blue) = 150+71+23=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #964717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964717 is #69B8E8. Grayscale: #595959. Windows color (decimal): -6928617 or 1525654. OLE color: 1525654.

HSL color Cylindrical-coordinate representation of color #964717: hue angle of 22.68º 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 #964717 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 23 -
CMYK 0 0.53 0.85 0.41
HSL 22.68º 0.73% 0.34% -
HSV(B) 22.68º 0.85% 0.59% -
XYZ 14.99 11.05 2.15 -
YUV 89.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 150 71 23 0 0.53 0.85 0.41 22.68 0.73 0.34
Hex 96 47 17 0 35 55 29 17 49 22
Octal 226 107 27 0 65 125 51 27 111 42
Binary 10010110 1000111 10111 0 110101 1010101 101001 10111 1001001 100010

Color Harmonies of #964717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964717

Black with #964717

Text Example


Text Example

White with #964717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964717; }

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

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

background-color css

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

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

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

border-color css

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

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

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