Html Css Color HEX #952D21 Burnt Umber

📋 copy color: '#952D21'

red 149 ◦ green 45 ◦ blue 33

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

Shades of Burnt Umber #952D21

Tints of Burnt Umber #952D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 65.64%
G = 19.82%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#952D21 (or 0x952D21) is known color: Burnt Umber. HEX triplet: 95, 2D and 21. RGB value is (149,45,33). Sum of RGB (Red+Green+Blue) = 149+45+33=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #952D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D21 is #6AD2DE. Grayscale: #4A4A4A. Windows color (decimal): -7000799 or 2174357. OLE color: 2174357.

HSL color Cylindrical-coordinate representation of color #952D21: hue angle of 6.21º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952D21 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 33 -
CMYK 0 0.70 0.78 0.42
HSL 6.21º 0.64% 0.36% -
HSV(B) 6.21º 0.78% 0.58% -
XYZ 13.61 8.38 2.34 -
YUV 74.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 149 45 33 0 0.70 0.78 0.42 6.21 0.64 0.36
Hex 95 2D 21 0 46 4E 2A 6 40 24
Octal 225 55 41 0 106 116 52 6 100 44
Binary 10010101 101101 100001 0 1000110 1001110 101010 110 1000000 100100

Color Harmonies of #952D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D21

Black with #952D21

Text Example


Text Example

White with #952D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,45,33); }

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

background-color css

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

 a { background-color: rgb(149,45,33); }

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

border-color css

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

 span { border-color: rgb(149,45,33); }

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