Html Css Color HEX #942C21 Burnt Umber

📋 copy color: '#942C21'

red 148 ◦ green 44 ◦ blue 33

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

Shades of Burnt Umber #942C21

Tints of Burnt Umber #942C21

RGB

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

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

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

R = 65.78%
G = 19.56%
B = 14.67%

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

#942C21 (or 0x942C21) is known color: Burnt Umber. HEX triplet: 94, 2C and 21. RGB value is (148,44,33). Sum of RGB (Red+Green+Blue) = 148+44+33=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #942C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C21 is #6BD3DE. Grayscale: #494949. Windows color (decimal): -7066591 or 2174100. OLE color: 2174100.

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

Color convert

RGB 148 44 33 -
CMYK 0 0.70 0.78 0.42
HSL 5.74º 0.64% 0.35% -
HSV(B) 5.74º 0.78% 0.58% -
XYZ 13.39 8.21 2.32 -
YUV 73.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 148 44 33 0 0.70 0.78 0.42 5.74 0.64 0.35
Hex 94 2C 21 0 46 4E 2A 6 40 23
Octal 224 54 41 0 106 116 52 6 100 43
Binary 10010100 101100 100001 0 1000110 1001110 101010 110 1000000 100011

Color Harmonies of #942C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C21

Black with #942C21

Text Example


Text Example

White with #942C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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