#932B13

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

Shades of Burnt Umber #932B13

Tints of Burnt Umber #932B13

Color information

#932B13 (or 0x932B13) is unknown color: approx Burnt Umber. HEX triplet: 93, 2B and 13. RGB value is (147,43,19). Sum of RGB (Red+Green+Blue) = 147+43+19=209 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.33% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 147 - color contains mainly: red. Hex color #932B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932B13 is #6CD4EC. Grayscale: #474747. Windows color (decimal): -7132397 or 1256339. OLE color: 1256339.

HSL color Cylindrical-coordinate representation of color #932B13: hue angle of 11.25º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #932B13 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1474319-
CMYK00.710.870.42
HSL11.25º77.11%32.55%-
HSV(B)11.25º87.07%57.65%-
XYZ13.017.981.47-
YUV71.3698.46181.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70.33%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 19 (7.81% from 255) = 9.09%
R=70.33%
G=20.57%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147431900.710.870.4211.2577.1132.55
Hex932B13047572Ab4d21
Octal22353230107127521311541
Binary100100111010111001101000111101011110101010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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