Html Css Color HEX #954411 Saddle Brown

📋 copy color: '#954411'

red 149 ◦ green 68 ◦ blue 17

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

Shades of Saddle Brown #954411

Tints of Saddle Brown #954411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

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

R = 63.68%
G = 29.06%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954411 (or 0x954411) is known color: Saddle Brown. HEX triplet: 95, 44 and 11. RGB value is (149,68,17). Sum of RGB (Red+Green+Blue) = 149+68+17=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #954411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954411 is #6ABBEE. Grayscale: #565656. Windows color (decimal): -6994927 or 1131669. OLE color: 1131669.

HSL color Cylindrical-coordinate representation of color #954411: hue angle of 23.18º 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 #954411 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 17 -
CMYK 0 0.54 0.89 0.42
HSL 23.18º 0.8% 0.33% -
HSV(B) 23.18º 0.89% 0.58% -
XYZ 14.56 10.56 1.8 -
YUV 86.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 149 68 17 0 0.54 0.89 0.42 23.18 0.8 0.33
Hex 95 44 11 0 36 59 2A 17 50 21
Octal 225 104 21 0 66 131 52 27 120 41
Binary 10010101 1000100 10001 0 110110 1011001 101010 10111 1010000 100001

Color Harmonies of #954411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954411

Black with #954411

Text Example


Text Example

White with #954411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954411; }

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

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

background-color css

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

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

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

border-color css

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

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

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