Html Css Color HEX #964416 Saddle Brown

📋 copy color: '#964416'

red 150 ◦ green 68 ◦ blue 22

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

Shades of Saddle Brown #964416

Tints of Saddle Brown #964416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.17%

R = 62.5%
G = 28.33%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#964416 (or 0x964416) is known color: Saddle Brown. HEX triplet: 96, 44 and 16. RGB value is (150,68,22). Sum of RGB (Red+Green+Blue) = 150+68+22=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #964416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964416 is #69BBE9. Grayscale: #575757. Windows color (decimal): -6929386 or 1459350. OLE color: 1459350.

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

Color convert

RGB 150 68 22 -
CMYK 0 0.55 0.85 0.41
HSL 21.56º 0.74% 0.34% -
HSV(B) 21.56º 0.85% 0.59% -
XYZ 14.79 10.68 2.04 -
YUV 87.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 150 68 22 0 0.55 0.85 0.41 21.56 0.74 0.34
Hex 96 44 16 0 37 55 29 16 4A 22
Octal 226 104 26 0 67 125 51 26 112 42
Binary 10010110 1000100 10110 0 110111 1010101 101001 10110 1001010 100010

Color Harmonies of #964416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964416

Black with #964416

Text Example


Text Example

White with #964416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964416; }

 p { color: rgb(150,68,22); }

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

background-color css

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

 a { background-color: rgb(150,68,22); }

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

border-color css

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

 span { border-color: rgb(150,68,22); }

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