#932B1A

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

Shades of Burnt Umber #932B1A

Tints of Burnt Umber #932B1A

Color information

#932B1A (or 0x932B1A) is unknown color: approx Burnt Umber. HEX triplet: 93, 2B and 1A. RGB value is (147,43,26). Sum of RGB (Red+Green+Blue) = 147+43+26=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #932B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932B1A is #6CD4E5. Grayscale: #484848. Windows color (decimal): -7132390 or 1715091. OLE color: 1715091.

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

Color convert

RGB1474326-
CMYK00.710.820.42
HSL8.43º69.94%33.92%-
HSV(B)8.43º82.31%57.65%-
XYZ13.088.011.83-
YUV72.16101.96181.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.06%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=68.06%
G=19.91%
B=12.04%

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
Decimal147432600.710.820.428.4369.9433.92
Hex932B1A047522A84622
Octal22353320107122521010642
Binary100100111010111101001000111101001010101010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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