Html Css Color HEX #964119 Saddle Brown

📋 copy color: '#964119'

red 150 ◦ green 65 ◦ blue 25

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

Shades of Saddle Brown #964119

Tints of Saddle Brown #964119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 62.5%
G = 27.08%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#964119 (or 0x964119) is known color: Saddle Brown. HEX triplet: 96, 41 and 19. RGB value is (150,65,25). Sum of RGB (Red+Green+Blue) = 150+65+25=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #964119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964119 is #69BEE6. Grayscale: #565656. Windows color (decimal): -6930151 or 1655190. OLE color: 1655190.

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

Color convert

RGB 150 65 25 -
CMYK 0 0.57 0.83 0.41
HSL 19.2º 0.71% 0.34% -
HSV(B) 19.2º 0.83% 0.59% -
XYZ 14.64 10.33 2.14 -
YUV 85.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 150 65 25 0 0.57 0.83 0.41 19.2 0.71 0.34
Hex 96 41 19 0 39 53 29 13 47 22
Octal 226 101 31 0 71 123 51 23 107 42
Binary 10010110 1000001 11001 0 111001 1010011 101001 10011 1000111 100010

Color Harmonies of #964119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964119

Black with #964119

Text Example


Text Example

White with #964119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964119; }

 p { color: rgb(150,65,25); }

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

background-color css

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

 a { background-color: rgb(150,65,25); }

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

border-color css

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

 span { border-color: rgb(150,65,25); }

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