Html Css Color HEX #942D15 Burnt Umber

📋 copy color: '#942D15'

red 148 ◦ green 45 ◦ blue 21

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

Shades of Burnt Umber #942D15

Tints of Burnt Umber #942D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.03%

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

R = 69.16%
G = 21.03%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#942D15 (or 0x942D15) is known color: Burnt Umber. HEX triplet: 94, 2D and 15. RGB value is (148,45,21). Sum of RGB (Red+Green+Blue) = 148+45+21=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #942D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D15 is #6BD2EA. Grayscale: #494949. Windows color (decimal): -7066347 or 1387924. OLE color: 1387924.

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

Color convert

RGB 148 45 21 -
CMYK 0 0.70 0.86 0.42
HSL 11.34º 0.75% 0.33% -
HSV(B) 11.34º 0.86% 0.58% -
XYZ 13.29 8.23 1.6 -
YUV 73.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 148 45 21 0 0.70 0.86 0.42 11.34 0.75 0.33
Hex 94 2D 15 0 46 56 2A B 4B 21
Octal 224 55 25 0 106 126 52 13 113 41
Binary 10010100 101101 10101 0 1000110 1010110 101010 1011 1001011 100001

Color Harmonies of #942D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D15

Black with #942D15

Text Example


Text Example

White with #942D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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