Html Css Color HEX #964518 Saddle Brown

📋 copy color: '#964518'

red 150 ◦ green 69 ◦ blue 24

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

Shades of Saddle Brown #964518

Tints of Saddle Brown #964518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.4%

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

R = 61.73%
G = 28.4%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#964518 (or 0x964518) is known color: Saddle Brown. HEX triplet: 96, 45 and 18. RGB value is (150,69,24). Sum of RGB (Red+Green+Blue) = 150+69+24=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #964518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964518 is #69BAE7. Grayscale: #585858. Windows color (decimal): -6929128 or 1590678. OLE color: 1590678.

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

Color convert

RGB 150 69 24 -
CMYK 0 0.54 0.84 0.41
HSL 21.43º 0.72% 0.34% -
HSV(B) 21.43º 0.84% 0.59% -
XYZ 14.87 10.81 2.17 -
YUV 88.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 150 69 24 0 0.54 0.84 0.41 21.43 0.72 0.34
Hex 96 45 18 0 36 54 29 15 48 22
Octal 226 105 30 0 66 124 51 25 110 42
Binary 10010110 1000101 11000 0 110110 1010100 101001 10101 1001000 100010

Color Harmonies of #964518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964518

Black with #964518

Text Example


Text Example

White with #964518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964518; }

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

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

background-color css

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

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

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

border-color css

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

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

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