Html Css Color HEX #952E21 Burnt Umber

📋 copy color: '#952E21'

red 149 ◦ green 46 ◦ blue 33

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

Shades of Burnt Umber #952E21

Tints of Burnt Umber #952E21

RGB

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

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

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

R = 65.35%
G = 20.18%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#952E21 (or 0x952E21) is known color: Burnt Umber. HEX triplet: 95, 2E and 21. RGB value is (149,46,33). Sum of RGB (Red+Green+Blue) = 149+46+33=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #952E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E21 is #6AD1DE. Grayscale: #4B4B4B. Windows color (decimal): -7000543 or 2174613. OLE color: 2174613.

HSL color Cylindrical-coordinate representation of color #952E21: hue angle of 6.72º 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 #952E21 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 33 -
CMYK 0 0.69 0.78 0.42
HSL 6.72º 0.64% 0.36% -
HSV(B) 6.72º 0.78% 0.58% -
XYZ 13.65 8.45 2.35 -
YUV 75.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 149 46 33 0 0.69 0.78 0.42 6.72 0.64 0.36
Hex 95 2E 21 0 45 4E 2A 7 40 24
Octal 225 56 41 0 105 116 52 7 100 44
Binary 10010101 101110 100001 0 1000101 1001110 101010 111 1000000 100100

Color Harmonies of #952E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E21

Black with #952E21

Text Example


Text Example

White with #952E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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