Html Css Color HEX #964A18 Saddle Brown

📋 copy color: '#964A18'

red 150 ◦ green 74 ◦ blue 24

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

Shades of Saddle Brown #964A18

Tints of Saddle Brown #964A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.84%

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

R = 60.48%
G = 29.84%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#964A18 (or 0x964A18) is known color: Saddle Brown. HEX triplet: 96, 4A and 18. RGB value is (150,74,24). Sum of RGB (Red+Green+Blue) = 150+74+24=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #964A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964A18 is #69B5E7. Grayscale: #5B5B5B. Windows color (decimal): -6927848 or 1591958. OLE color: 1591958.

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

Color convert

RGB 150 74 24 -
CMYK 0 0.51 0.84 0.41
HSL 23.81º 0.72% 0.34% -
HSV(B) 23.81º 0.84% 0.59% -
XYZ 15.19 11.45 2.27 -
YUV 91.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 150 74 24 0 0.51 0.84 0.41 23.81 0.72 0.34
Hex 96 4A 18 0 33 54 29 18 48 22
Octal 226 112 30 0 63 124 51 30 110 42
Binary 10010110 1001010 11000 0 110011 1010100 101001 11000 1001000 100010

Color Harmonies of #964A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A18

Black with #964A18

Text Example


Text Example

White with #964A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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