Html Css Color HEX #942C15 Burnt Umber

📋 copy color: '#942C15'

red 148 ◦ green 44 ◦ blue 21

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

Shades of Burnt Umber #942C15

Tints of Burnt Umber #942C15

RGB

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

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

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

R = 69.48%
G = 20.66%
B = 9.86%

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

#942C15 (or 0x942C15) is known color: Burnt Umber. HEX triplet: 94, 2C and 15. RGB value is (148,44,21). Sum of RGB (Red+Green+Blue) = 148+44+21=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #942C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C15 is #6BD3EA. Grayscale: #484848. Windows color (decimal): -7066603 or 1387668. OLE color: 1387668.

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

Color convert

RGB 148 44 21 -
CMYK 0 0.70 0.86 0.42
HSL 10.87º 0.75% 0.33% -
HSV(B) 10.87º 0.86% 0.58% -
XYZ 13.25 8.15 1.58 -
YUV 72.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 148 44 21 0 0.70 0.86 0.42 10.87 0.75 0.33
Hex 94 2C 15 0 46 56 2A B 4B 21
Octal 224 54 25 0 106 126 52 13 113 41
Binary 10010100 101100 10101 0 1000110 1010110 101010 1011 1001011 100001

Color Harmonies of #942C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C15

Black with #942C15

Text Example


Text Example

White with #942C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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