Html Css Color HEX #965416 Saddle Brown

📋 copy color: '#965416'

red 150 ◦ green 84 ◦ blue 22

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

Shades of Saddle Brown #965416

Tints of Saddle Brown #965416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

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

R = 58.59%
G = 32.81%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#965416 (or 0x965416) is known color: Saddle Brown. HEX triplet: 96, 54 and 16. RGB value is (150,84,22). Sum of RGB (Red+Green+Blue) = 150+84+22=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #965416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965416 is #69ABE9. Grayscale: #606060. Windows color (decimal): -6925290 or 1463446. OLE color: 1463446.

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

Color convert

RGB 150 84 22 -
CMYK 0 0.44 0.85 0.41
HSL 29.06º 0.74% 0.34% -
HSV(B) 29.06º 0.85% 0.59% -
XYZ 15.89 12.88 2.41 -
YUV 96.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 150 84 22 0 0.44 0.85 0.41 29.06 0.74 0.34
Hex 96 54 16 0 2C 55 29 1D 4A 22
Octal 226 124 26 0 54 125 51 35 112 42
Binary 10010110 1010100 10110 0 101100 1010101 101001 11101 1001010 100010

Color Harmonies of #965416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965416

Black with #965416

Text Example


Text Example

White with #965416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965416; }

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

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

background-color css

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

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

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

border-color css

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

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

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