#942B1A

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

Shades of Burnt Umber #942B1A

Tints of Burnt Umber #942B1A

Color information

#942B1A (or 0x942B1A) is unknown color: approx Burnt Umber. HEX triplet: 94, 2B and 1A. RGB value is (148,43,26). Sum of RGB (Red+Green+Blue) = 148+43+26=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #942B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B1A is #6BD4E5. Grayscale: #484848. Windows color (decimal): -7066854 or 1715092. OLE color: 1715092.

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

Color convert

RGB1484326-
CMYK00.710.820.42
HSL8.36º70.11%34.12%-
HSV(B)8.36º82.43%58.04%-
XYZ13.268.11.84-
YUV72.46101.79181.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.20%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=68.20%
G=19.82%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148432600.710.820.428.3670.1134.12
Hex942B1A047522A84622
Octal22453320107122521010642
Binary100101001010111101001000111101001010101010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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