#932D1C

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

Shades of Burnt Umber #932D1C

Tints of Burnt Umber #932D1C

Color information

#932D1C (or 0x932D1C) is unknown color: approx Burnt Umber. HEX triplet: 93, 2D and 1C. RGB value is (147,45,28). Sum of RGB (Red+Green+Blue) = 147+45+28=220 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.82% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 147 - color contains mainly: red. Hex color #932D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932D1C is #6CD2E3. Grayscale: #494949. Windows color (decimal): -7131876 or 1846675. OLE color: 1846675.

HSL color Cylindrical-coordinate representation of color #932D1C: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #932D1C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1474528-
CMYK00.690.810.42
HSL8.57º68%34.31%-
HSV(B)8.57º80.95%57.65%-
XYZ13.188.161.98-
YUV73.56102.29180.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.82%
GREEN value IS 45 (17.97% from 255) = 20.45%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=66.82%
G=20.45%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147452800.690.810.428.576834.31
Hex932D1C045512A94422
Octal22355340105121521110442
Binary100100111011011110001000101101000110101010011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,45,28); }

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

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

 a { background-color: rgb(147,45,28); }

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

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

 span { border-color: rgb(147,45,28); }

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