Html Css Color HEX #942C20 Burnt Umber

📋 copy color: '#942C20'

red 148 ◦ green 44 ◦ blue 32

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

Shades of Burnt Umber #942C20

Tints of Burnt Umber #942C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.64%

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

R = 66.07%
G = 19.64%
B = 14.29%

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

#942C20 (or 0x942C20) is known color: Burnt Umber. HEX triplet: 94, 2C and 20. RGB value is (148,44,32). Sum of RGB (Red+Green+Blue) = 148+44+32=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #942C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C20 is #6BD3DF. Grayscale: #494949. Windows color (decimal): -7066592 or 2108564. OLE color: 2108564.

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

Color convert

RGB 148 44 32 -
CMYK 0 0.70 0.78 0.42
HSL 6.21º 0.64% 0.35% -
HSV(B) 6.21º 0.78% 0.58% -
XYZ 13.37 8.2 2.24 -
YUV 73.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 148 44 32 0 0.70 0.78 0.42 6.21 0.64 0.35
Hex 94 2C 20 0 46 4E 2A 6 40 23
Octal 224 54 40 0 106 116 52 6 100 43
Binary 10010100 101100 100000 0 1000110 1001110 101010 110 1000000 100011

Color Harmonies of #942C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C20

Black with #942C20

Text Example


Text Example

White with #942C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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