Html Css Color HEX #954911 Saddle Brown

📋 copy color: '#954911'

red 149 ◦ green 73 ◦ blue 17

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

Shades of Saddle Brown #954911

Tints of Saddle Brown #954911

RGB

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

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

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

R = 62.34%
G = 30.54%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954911 (or 0x954911) is known color: Saddle Brown. HEX triplet: 95, 49 and 11. RGB value is (149,73,17). Sum of RGB (Red+Green+Blue) = 149+73+17=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #954911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954911 is #6AB6EE. Grayscale: #595959. Windows color (decimal): -6993647 or 1132949. OLE color: 1132949.

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

Color convert

RGB 149 73 17 -
CMYK 0 0.51 0.89 0.42
HSL 25.45º 0.8% 0.33% -
HSV(B) 25.45º 0.89% 0.58% -
XYZ 14.88 11.2 1.91 -
YUV 89.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 149 73 17 0 0.51 0.89 0.42 25.45 0.8 0.33
Hex 95 49 11 0 33 59 2A 19 50 21
Octal 225 111 21 0 63 131 52 31 120 41
Binary 10010101 1001001 10001 0 110011 1011001 101010 11001 1010000 100001

Color Harmonies of #954911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954911

Black with #954911

Text Example


Text Example

White with #954911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954911; }

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

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

background-color css

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

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

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

border-color css

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

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

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