Html Css Color HEX #964D10 Saddle Brown

📋 copy color: '#964D10'

red 150 ◦ green 77 ◦ blue 16

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

Shades of Saddle Brown #964D10

Tints of Saddle Brown #964D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 61.73%
G = 31.69%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#964D10 (or 0x964D10) is known color: Saddle Brown. HEX triplet: 96, 4D and 10. RGB value is (150,77,16). Sum of RGB (Red+Green+Blue) = 150+77+16=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #964D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964D10 is #69B2EF. Grayscale: #5C5C5C. Windows color (decimal): -6927088 or 1068438. OLE color: 1068438.

HSL color Cylindrical-coordinate representation of color #964D10: hue angle of 27.31º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #964D10 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 16 -
CMYK 0 0.49 0.89 0.41
HSL 27.31º 0.81% 0.33% -
HSV(B) 27.31º 0.89% 0.59% -
XYZ 15.33 11.83 1.97 -
YUV 91.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 150 77 16 0 0.49 0.89 0.41 27.31 0.81 0.33
Hex 96 4D 10 0 31 59 29 1B 51 21
Octal 226 115 20 0 61 131 51 33 121 41
Binary 10010110 1001101 10000 0 110001 1011001 101001 11011 1010001 100001

Color Harmonies of #964D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D10

Black with #964D10

Text Example


Text Example

White with #964D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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