Html Css Color HEX #953311 Burnt Umber

📋 copy color: '#953311'

red 149 ◦ green 51 ◦ blue 17

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

Shades of Burnt Umber #953311

Tints of Burnt Umber #953311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

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

R = 68.66%
G = 23.5%
B = 7.83%

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

#953311 (or 0x953311) is known color: Burnt Umber. HEX triplet: 95, 33 and 11. RGB value is (149,51,17). Sum of RGB (Red+Green+Blue) = 149+51+17=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #953311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953311 is #6ACCEE. Grayscale: #4C4C4C. Windows color (decimal): -6999279 or 1127317. OLE color: 1127317.

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

Color convert

RGB 149 51 17 -
CMYK 0 0.66 0.89 0.42
HSL 15.45º 0.8% 0.33% -
HSV(B) 15.45º 0.89% 0.58% -
XYZ 13.68 8.8 1.51 -
YUV 76.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 149 51 17 0 0.66 0.89 0.42 15.45 0.8 0.33
Hex 95 33 11 0 42 59 2A F 50 21
Octal 225 63 21 0 102 131 52 17 120 41
Binary 10010101 110011 10001 0 1000010 1011001 101010 1111 1010000 100001

Color Harmonies of #953311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953311

Black with #953311

Text Example


Text Example

White with #953311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953311; }

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

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

background-color css

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

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

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

border-color css

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

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

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