Html Css Color HEX #954611 Saddle Brown

📋 copy color: '#954611'

red 149 ◦ green 70 ◦ blue 17

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

Shades of Saddle Brown #954611

Tints of Saddle Brown #954611

RGB

 RED value IS 149 (58.59% from 255) = 63.14%

 GREEN value IS 70 (27.73% from 255) = 29.66%

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

R = 63.14%
G = 29.66%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954611 (or 0x954611) is known color: Saddle Brown. HEX triplet: 95, 46 and 11. RGB value is (149,70,17). Sum of RGB (Red+Green+Blue) = 149+70+17=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #954611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954611 is #6AB9EE. Grayscale: #575757. Windows color (decimal): -6994415 or 1132181. OLE color: 1132181.

HSL color Cylindrical-coordinate representation of color #954611: hue angle of 24.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #954611 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 17 -
CMYK 0 0.53 0.89 0.42
HSL 24.09º 0.8% 0.33% -
HSV(B) 24.09º 0.89% 0.58% -
XYZ 14.69 10.81 1.84 -
YUV 87.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 149 70 17 0 0.53 0.89 0.42 24.09 0.8 0.33
Hex 95 46 11 0 35 59 2A 18 50 21
Octal 225 106 21 0 65 131 52 30 120 41
Binary 10010101 1000110 10001 0 110101 1011001 101010 11000 1010000 100001

Color Harmonies of #954611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954611

Black with #954611

Text Example


Text Example

White with #954611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954611; }

 p { color: rgb(149,70,17); }

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

background-color css

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

 a { background-color: rgb(149,70,17); }

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

border-color css

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

 span { border-color: rgb(149,70,17); }

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