Html Css Color HEX #954511 Saddle Brown

📋 copy color: '#954511'

red 149 ◦ green 69 ◦ blue 17

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

Shades of Saddle Brown #954511

Tints of Saddle Brown #954511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.36%

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

R = 63.4%
G = 29.36%
B = 7.23%

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

#954511 (or 0x954511) is known color: Saddle Brown. HEX triplet: 95, 45 and 11. RGB value is (149,69,17). Sum of RGB (Red+Green+Blue) = 149+69+17=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #954511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954511 is #6ABAEE. Grayscale: #575757. Windows color (decimal): -6994671 or 1131925. OLE color: 1131925.

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

Color convert

RGB 149 69 17 -
CMYK 0 0.54 0.89 0.42
HSL 23.64º 0.8% 0.33% -
HSV(B) 23.64º 0.89% 0.58% -
XYZ 14.62 10.69 1.82 -
YUV 86.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 149 69 17 0 0.54 0.89 0.42 23.64 0.8 0.33
Hex 95 45 11 0 36 59 2A 18 50 21
Octal 225 105 21 0 66 131 52 30 120 41
Binary 10010101 1000101 10001 0 110110 1011001 101010 11000 1010000 100001

Color Harmonies of #954511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954511

Black with #954511

Text Example


Text Example

White with #954511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954511; }

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

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

background-color css

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

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

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

border-color css

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

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

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