Html Css Color HEX #952911 Burnt Umber

📋 copy color: '#952911'

red 149 ◦ green 41 ◦ blue 17

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

Shades of Burnt Umber #952911

Tints of Burnt Umber #952911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

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

R = 71.98%
G = 19.81%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952911 (or 0x952911) is known color: Burnt Umber. HEX triplet: 95, 29 and 11. RGB value is (149,41,17). Sum of RGB (Red+Green+Blue) = 149+41+17=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #952911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952911 is #6AD6EE. Grayscale: #464646. Windows color (decimal): -7001839 or 1124757. OLE color: 1124757.

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

Color convert

RGB 149 41 17 -
CMYK 0 0.72 0.89 0.42
HSL 10.91º 0.8% 0.33% -
HSV(B) 10.91º 0.89% 0.58% -
XYZ 13.29 8.02 1.38 -
YUV 70.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 149 41 17 0 0.72 0.89 0.42 10.91 0.8 0.33
Hex 95 29 11 0 48 59 2A B 50 21
Octal 225 51 21 0 110 131 52 13 120 41
Binary 10010101 101001 10001 0 1001000 1011001 101010 1011 1010000 100001

Color Harmonies of #952911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952911

Black with #952911

Text Example


Text Example

White with #952911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952911; }

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

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

background-color css

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

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

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

border-color css

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

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

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