#942C1A

Color #942C1A Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #942C1A

Tints of Burnt Umber #942C1A

Color information

#942C1A (or 0x942C1A) is unknown color: approx Burnt Umber. HEX triplet: 94, 2C and 1A. RGB value is (148,44,26). Sum of RGB (Red+Green+Blue) = 148+44+26=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #942C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C1A is #6BD3E5. Grayscale: #494949. Windows color (decimal): -7066598 or 1715348. OLE color: 1715348.

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

Color convert

RGB1484426-
CMYK00.700.820.42
HSL8.85º70.11%34.12%-
HSV(B)8.85º82.43%58.04%-
XYZ13.38.171.85-
YUV73.04101.46181.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 67.89%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=67.89%
G=20.18%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148442600.700.820.428.8570.1134.12
Hex942C1A046522A94622
Octal22454320106122521110642
Binary100101001011001101001000110101001010101010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #942C1A;
 }
 .AnyTagClassName
 {
   color: #942C1A;
 }
</style>
background-color css

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

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

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

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

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

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