Html Css Color HEX #952E16 Burnt Umber

📋 copy color: '#952E16'

red 149 ◦ green 46 ◦ blue 22

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

Shades of Burnt Umber #952E16

Tints of Burnt Umber #952E16

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.2%

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 68.66%
G = 21.2%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952E16 (or 0x952E16) is known color: Burnt Umber. HEX triplet: 95, 2E and 16. RGB value is (149,46,22). Sum of RGB (Red+Green+Blue) = 149+46+22=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #952E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E16 is #6AD1E9. Grayscale: #4A4A4A. Windows color (decimal): -7000554 or 1453717. OLE color: 1453717.

HSL color Cylindrical-coordinate representation of color #952E16: hue angle of 11.34º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #952E16 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 22 -
CMYK 0 0.69 0.85 0.42
HSL 11.34º 0.74% 0.34% -
HSV(B) 11.34º 0.85% 0.58% -
XYZ 13.52 8.4 1.67 -
YUV 74.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 149 46 22 0 0.69 0.85 0.42 11.34 0.74 0.34
Hex 95 2E 16 0 45 55 2A B 4A 22
Octal 225 56 26 0 105 125 52 13 112 42
Binary 10010101 101110 10110 0 1000101 1010101 101010 1011 1001010 100010

Color Harmonies of #952E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E16

Black with #952E16

Text Example


Text Example

White with #952E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952E16; }

 p { color: rgb(149,46,22); }

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

background-color css

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

 a { background-color: rgb(149,46,22); }

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

border-color css

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

 span { border-color: rgb(149,46,22); }

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