Html Css Color HEX #953211 Burnt Umber

📋 copy color: '#953211'

red 149 ◦ green 50 ◦ blue 17

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

Shades of Burnt Umber #953211

Tints of Burnt Umber #953211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

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

R = 68.98%
G = 23.15%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#953211 (or 0x953211) is known color: Burnt Umber. HEX triplet: 95, 32 and 11. RGB value is (149,50,17). Sum of RGB (Red+Green+Blue) = 149+50+17=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #953211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953211 is #6ACDEE. Grayscale: #4C4C4C. Windows color (decimal): -6999535 or 1127061. OLE color: 1127061.

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

Color convert

RGB 149 50 17 -
CMYK 0 0.66 0.89 0.42
HSL 15º 0.8% 0.33% -
HSV(B) 15º 0.89% 0.58% -
XYZ 13.64 8.71 1.49 -
YUV 75.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 149 50 17 0 0.66 0.89 0.42 15 0.8 0.33
Hex 95 32 11 0 42 59 2A F 50 21
Octal 225 62 21 0 102 131 52 17 120 41
Binary 10010101 110010 10001 0 1000010 1011001 101010 1111 1010000 100001

Color Harmonies of #953211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953211

Black with #953211

Text Example


Text Example

White with #953211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953211; }

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

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

background-color css

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

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

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

border-color css

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

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

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