#932f27

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

Shades of Burnt Umber #932F27

Tints of Burnt Umber #932F27

Color information

#932F27 (or 0x932F27) is unknown color: approx Burnt Umber. HEX triplet: 93, 2F and 27. RGB value is (147,47,39). Sum of RGB (Red+Green+Blue) = 147+47+39=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #932F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932F27 is #6CD0D8. Grayscale: #4C4C4C. Windows color (decimal): -7131353 or 2568083. OLE color: 2568083.

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

Color convert

RGB1474739-
CMYK00.680.730.42
HSL4.44º58.06%36.47%-
HSV(B)4.44º73.47%57.65%-
XYZ13.428.382.83-
YUV75.99107.13178.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.09%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=63.09%
G=20.17%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147473900.680.730.424.4458.0636.47
Hex932F27044492A43a24
Octal223574701041115247244
Binary10010011101111100111010001001001001101010100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,47,39); }

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

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

 a { background-color: rgb(147,47,39); }

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

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

 span { border-color: rgb(147,47,39); }

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