Html Css Color HEX #964C18 Saddle Brown

📋 copy color: '#964C18'

red 150 ◦ green 76 ◦ blue 24

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

Shades of Saddle Brown #964C18

Tints of Saddle Brown #964C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

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

R = 60%
G = 30.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#964C18 (or 0x964C18) is known color: Saddle Brown. HEX triplet: 96, 4C and 18. RGB value is (150,76,24). Sum of RGB (Red+Green+Blue) = 150+76+24=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #964C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964C18 is #69B3E7. Grayscale: #5C5C5C. Windows color (decimal): -6927336 or 1592470. OLE color: 1592470.

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

Color convert

RGB 150 76 24 -
CMYK 0 0.49 0.84 0.41
HSL 24.76º 0.72% 0.34% -
HSV(B) 24.76º 0.84% 0.59% -
XYZ 15.33 11.72 2.32 -
YUV 92.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 150 76 24 0 0.49 0.84 0.41 24.76 0.72 0.34
Hex 96 4C 18 0 31 54 29 19 48 22
Octal 226 114 30 0 61 124 51 31 110 42
Binary 10010110 1001100 11000 0 110001 1010100 101001 11001 1001000 100010

Color Harmonies of #964C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C18

Black with #964C18

Text Example


Text Example

White with #964C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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