Html Css Color HEX #952E20 Burnt Umber

📋 copy color: '#952E20'

red 149 ◦ green 46 ◦ blue 32

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

Shades of Burnt Umber #952E20

Tints of Burnt Umber #952E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 65.64%
G = 20.26%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#952E20 (or 0x952E20) is known color: Burnt Umber. HEX triplet: 95, 2E and 20. RGB value is (149,46,32). Sum of RGB (Red+Green+Blue) = 149+46+32=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #952E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E20 is #6AD1DF. Grayscale: #4B4B4B. Windows color (decimal): -7000544 or 2109077. OLE color: 2109077.

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

Color convert

RGB 149 46 32 -
CMYK 0 0.69 0.79 0.42
HSL 7.18º 0.65% 0.35% -
HSV(B) 7.18º 0.79% 0.58% -
XYZ 13.63 8.45 2.28 -
YUV 75.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 149 46 32 0 0.69 0.79 0.42 7.18 0.65 0.35
Hex 95 2E 20 0 45 4F 2A 7 41 23
Octal 225 56 40 0 105 117 52 7 101 43
Binary 10010101 101110 100000 0 1000101 1001111 101010 111 1000001 100011

Color Harmonies of #952E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E20

Black with #952E20

Text Example


Text Example

White with #952E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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