Html Css Color HEX #942E20 Burnt Umber

📋 copy color: '#942E20'

red 148 ◦ green 46 ◦ blue 32

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

Shades of Burnt Umber #942E20

Tints of Burnt Umber #942E20

RGB

 RED value IS 148 (58.2% from 255) = 65.49%

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

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

R = 65.49%
G = 20.35%
B = 14.16%

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

#942E20 (or 0x942E20) is known color: Burnt Umber. HEX triplet: 94, 2E and 20. RGB value is (148,46,32). Sum of RGB (Red+Green+Blue) = 148+46+32=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #942E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E20 is #6BD1DF. Grayscale: #4B4B4B. Windows color (decimal): -7066080 or 2109076. OLE color: 2109076.

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

Color convert

RGB 148 46 32 -
CMYK 0 0.69 0.78 0.42
HSL 7.24º 0.64% 0.35% -
HSV(B) 7.24º 0.78% 0.58% -
XYZ 13.45 8.35 2.27 -
YUV 74.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 148 46 32 0 0.69 0.78 0.42 7.24 0.64 0.35
Hex 94 2E 20 0 45 4E 2A 7 40 23
Octal 224 56 40 0 105 116 52 7 100 43
Binary 10010100 101110 100000 0 1000101 1001110 101010 111 1000000 100011

Color Harmonies of #942E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E20

Black with #942E20

Text Example


Text Example

White with #942E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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