Html Css Color HEX #942C16 Burnt Umber

📋 copy color: '#942C16'

red 148 ◦ green 44 ◦ blue 22

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

Shades of Burnt Umber #942C16

Tints of Burnt Umber #942C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.28%

R = 69.16%
G = 20.56%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#942C16 (or 0x942C16) is known color: Burnt Umber. HEX triplet: 94, 2C and 16. RGB value is (148,44,22). Sum of RGB (Red+Green+Blue) = 148+44+22=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #942C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C16 is #6BD3E9. Grayscale: #484848. Windows color (decimal): -7066602 or 1453204. OLE color: 1453204.

HSL color Cylindrical-coordinate representation of color #942C16: hue angle of 10.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #942C16 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 44 22 -
CMYK 0 0.70 0.85 0.42
HSL 10.48º 0.74% 0.33% -
HSV(B) 10.48º 0.85% 0.58% -
XYZ 13.26 8.16 1.63 -
YUV 72.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 148 44 22 0 0.70 0.85 0.42 10.48 0.74 0.33
Hex 94 2C 16 0 46 55 2A A 4A 21
Octal 224 54 26 0 106 125 52 12 112 41
Binary 10010100 101100 10110 0 1000110 1010101 101010 1010 1001010 100001

Color Harmonies of #942C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C16

Black with #942C16

Text Example


Text Example

White with #942C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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