Html Css Color HEX #964D19 Saddle Brown

📋 copy color: '#964D19'

red 150 ◦ green 77 ◦ blue 25

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

Shades of Saddle Brown #964D19

Tints of Saddle Brown #964D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.56%

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

R = 59.52%
G = 30.56%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#964D19 (or 0x964D19) is known color: Saddle Brown. HEX triplet: 96, 4D and 19. RGB value is (150,77,25). Sum of RGB (Red+Green+Blue) = 150+77+25=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #964D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964D19 is #69B2E6. Grayscale: #5D5D5D. Windows color (decimal): -6927079 or 1658262. OLE color: 1658262.

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

Color convert

RGB 150 77 25 -
CMYK 0 0.49 0.83 0.41
HSL 24.96º 0.71% 0.34% -
HSV(B) 24.96º 0.83% 0.59% -
XYZ 15.41 11.86 2.4 -
YUV 92.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 150 77 25 0 0.49 0.83 0.41 24.96 0.71 0.34
Hex 96 4D 19 0 31 53 29 19 47 22
Octal 226 115 31 0 61 123 51 31 107 42
Binary 10010110 1001101 11001 0 110001 1010011 101001 11001 1000111 100010

Color Harmonies of #964D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D19

Black with #964D19

Text Example


Text Example

White with #964D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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