#933412

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

Shades of Burnt Umber #933412

Tints of Burnt Umber #933412

Color information

#933412 (or 0x933412) is unknown color: approx Burnt Umber. HEX triplet: 93, 34 and 12. RGB value is (147,52,18). Sum of RGB (Red+Green+Blue) = 147+52+18=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #933412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933412 is #6CCBED. Grayscale: #4C4C4C. Windows color (decimal): -7130094 or 1193107. OLE color: 1193107.

HSL color Cylindrical-coordinate representation of color #933412: hue angle of 15.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #933412 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1475218-
CMYK00.650.880.42
HSL15.81º78.18%32.35%-
HSV(B)15.81º87.76%57.65%-
XYZ13.378.71.55-
YUV76.5394.97178.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 67.74%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=67.74%
G=23.96%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147521800.650.880.4215.8178.1832.35
Hex933412041582A104e20
Octal22364220101130522011640
Binary1001001111010010010010000011011000101010100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933412; }

 p { color: rgb(147,52,18); }

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

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

 a { background-color: rgb(147,52,18); }

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

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

 span { border-color: rgb(147,52,18); }

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