Html Css Color HEX #964911 Saddle Brown

📋 copy color: '#964911'

red 150 ◦ green 73 ◦ blue 17

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

Shades of Saddle Brown #964911

Tints of Saddle Brown #964911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 62.5%
G = 30.42%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#964911 (or 0x964911) is known color: Saddle Brown. HEX triplet: 96, 49 and 11. RGB value is (150,73,17). Sum of RGB (Red+Green+Blue) = 150+73+17=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #964911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964911 is #69B6EE. Grayscale: #595959. Windows color (decimal): -6928111 or 1132950. OLE color: 1132950.

HSL color Cylindrical-coordinate representation of color #964911: hue angle of 25.26º degrees, saturation: 0.8, 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 #964911 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 17 -
CMYK 0 0.51 0.89 0.41
HSL 25.26º 0.8% 0.33% -
HSV(B) 25.26º 0.89% 0.59% -
XYZ 15.06 11.29 1.92 -
YUV 89.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 150 73 17 0 0.51 0.89 0.41 25.26 0.8 0.33
Hex 96 49 11 0 33 59 29 19 50 21
Octal 226 111 21 0 63 131 51 31 120 41
Binary 10010110 1001001 10001 0 110011 1011001 101001 11001 1010000 100001

Color Harmonies of #964911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964911

Black with #964911

Text Example


Text Example

White with #964911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964911; }

 p { color: rgb(150,73,17); }

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

background-color css

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

 a { background-color: rgb(150,73,17); }

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

border-color css

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

 span { border-color: rgb(150,73,17); }

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