Html Css Color HEX #964916 Saddle Brown

📋 copy color: '#964916'

red 150 ◦ green 73 ◦ blue 22

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

Shades of Saddle Brown #964916

Tints of Saddle Brown #964916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.8%

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

R = 61.22%
G = 29.8%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#964916 (or 0x964916) is known color: Saddle Brown. HEX triplet: 96, 49 and 16. RGB value is (150,73,22). Sum of RGB (Red+Green+Blue) = 150+73+22=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #964916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964916 is #69B6E9. Grayscale: #5A5A5A. Windows color (decimal): -6928106 or 1460630. OLE color: 1460630.

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

Color convert

RGB 150 73 22 -
CMYK 0 0.51 0.85 0.41
HSL 23.91º 0.74% 0.34% -
HSV(B) 23.91º 0.85% 0.59% -
XYZ 15.11 11.31 2.15 -
YUV 90.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 150 73 22 0 0.51 0.85 0.41 23.91 0.74 0.34
Hex 96 49 16 0 33 55 29 18 4A 22
Octal 226 111 26 0 63 125 51 30 112 42
Binary 10010110 1001001 10110 0 110011 1010101 101001 11000 1001010 100010

Color Harmonies of #964916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964916

Black with #964916

Text Example


Text Example

White with #964916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964916; }

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

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

background-color css

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

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

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

border-color css

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

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

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