Html Css Color HEX #932E20 Burnt Umber

📋 copy color: '#932E20'

red 147 ◦ green 46 ◦ blue 32

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

Shades of Burnt Umber #932E20

Tints of Burnt Umber #932E20

RGB

 RED value IS 147 (57.81% from 255) = 65.33%

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

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

R = 65.33%
G = 20.44%
B = 14.22%

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

#932E20 (or 0x932E20) is known color: Burnt Umber. HEX triplet: 93, 2E and 20. RGB value is (147,46,32). Sum of RGB (Red+Green+Blue) = 147+46+32=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #932E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E20 is #6CD1DF. Grayscale: #4A4A4A. Windows color (decimal): -7131616 or 2109075. OLE color: 2109075.

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

Color convert

RGB 147 46 32 -
CMYK 0 0.69 0.78 0.42
HSL 7.3º 0.64% 0.35% -
HSV(B) 7.3º 0.78% 0.58% -
XYZ 13.27 8.26 2.26 -
YUV 74.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 147 46 32 0 0.69 0.78 0.42 7.3 0.64 0.35
Hex 93 2E 20 0 45 4E 2A 7 40 23
Octal 223 56 40 0 105 116 52 7 100 43
Binary 10010011 101110 100000 0 1000101 1001110 101010 111 1000000 100011

Color Harmonies of #932E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932E20

Black with #932E20

Text Example


Text Example

White with #932E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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