Html Css Color HEX #942A15 Burnt Umber

📋 copy color: '#942A15'

red 148 ◦ green 42 ◦ blue 21

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

Shades of Burnt Umber #942A15

Tints of Burnt Umber #942A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.91%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 70.14%
G = 19.91%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#942A15 (or 0x942A15) is known color: Burnt Umber. HEX triplet: 94, 2A and 15. RGB value is (148,42,21). Sum of RGB (Red+Green+Blue) = 148+42+21=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #942A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942A15 is #6BD5EA. Grayscale: #474747. Windows color (decimal): -7067115 or 1387156. OLE color: 1387156.

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

Color convert

RGB 148 42 21 -
CMYK 0 0.72 0.86 0.42
HSL 9.92º 0.75% 0.33% -
HSV(B) 9.92º 0.86% 0.58% -
XYZ 13.18 8.01 1.56 -
YUV 71.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 148 42 21 0 0.72 0.86 0.42 9.92 0.75 0.33
Hex 94 2A 15 0 48 56 2A A 4B 21
Octal 224 52 25 0 110 126 52 12 113 41
Binary 10010100 101010 10101 0 1001000 1010110 101010 1010 1001011 100001

Color Harmonies of #942A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A15

Black with #942A15

Text Example


Text Example

White with #942A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,42,21); }

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

background-color css

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

 a { background-color: rgb(148,42,21); }

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

border-color css

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

 span { border-color: rgb(148,42,21); }

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