Html Css Color HEX #955211 Saddle Brown

📋 copy color: '#955211'

red 149 ◦ green 82 ◦ blue 17

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

Shades of Saddle Brown #955211

Tints of Saddle Brown #955211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

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

R = 60.08%
G = 33.06%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955211 (or 0x955211) is known color: Saddle Brown. HEX triplet: 95, 52 and 11. RGB value is (149,82,17). Sum of RGB (Red+Green+Blue) = 149+82+17=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #955211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955211 is #6AADEE. Grayscale: #5E5E5E. Windows color (decimal): -6991343 or 1135253. OLE color: 1135253.

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

Color convert

RGB 149 82 17 -
CMYK 0 0.45 0.89 0.42
HSL 29.55º 0.8% 0.33% -
HSV(B) 29.55º 0.89% 0.58% -
XYZ 15.51 12.46 2.12 -
YUV 94.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 149 82 17 0 0.45 0.89 0.42 29.55 0.8 0.33
Hex 95 52 11 0 2D 59 2A 1E 50 21
Octal 225 122 21 0 55 131 52 36 120 41
Binary 10010101 1010010 10001 0 101101 1011001 101010 11110 1010000 100001

Color Harmonies of #955211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955211

Black with #955211

Text Example


Text Example

White with #955211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955211; }

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

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

background-color css

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

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

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

border-color css

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

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

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