Html Css Color HEX #964218 Saddle Brown

📋 copy color: '#964218'

red 150 ◦ green 66 ◦ blue 24

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

Shades of Saddle Brown #964218

Tints of Saddle Brown #964218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

 BLUE value IS 24 (9.77% from 255) = 10%

R = 62.5%
G = 27.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#964218 (or 0x964218) is known color: Saddle Brown. HEX triplet: 96, 42 and 18. RGB value is (150,66,24). Sum of RGB (Red+Green+Blue) = 150+66+24=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #964218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964218 is #69BDE7. Grayscale: #565656. Windows color (decimal): -6929896 or 1589910. OLE color: 1589910.

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

Color convert

RGB 150 66 24 -
CMYK 0 0.56 0.84 0.41
HSL 20º 0.72% 0.34% -
HSV(B) 20º 0.84% 0.59% -
XYZ 14.69 10.45 2.11 -
YUV 86.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 150 66 24 0 0.56 0.84 0.41 20 0.72 0.34
Hex 96 42 18 0 38 54 29 14 48 22
Octal 226 102 30 0 70 124 51 24 110 42
Binary 10010110 1000010 11000 0 111000 1010100 101001 10100 1001000 100010

Color Harmonies of #964218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964218

Black with #964218

Text Example


Text Example

White with #964218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964218; }

 p { color: rgb(150,66,24); }

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

background-color css

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

 a { background-color: rgb(150,66,24); }

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

border-color css

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

 span { border-color: rgb(150,66,24); }

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