#93371A

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

Shades of Burnt Umber #93371A

Tints of Burnt Umber #93371A

Color information

#93371A (or 0x93371A) is unknown color: approx Burnt Umber. HEX triplet: 93, 37 and 1A. RGB value is (147,55,26). Sum of RGB (Red+Green+Blue) = 147+55+26=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #93371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93371A is #6CC8E5. Grayscale: #4F4F4F. Windows color (decimal): -7129318 or 1718163. OLE color: 1718163.

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

Color convert

RGB1475526-
CMYK00.630.820.42
HSL14.38º69.94%33.92%-
HSV(B)14.38º82.31%57.65%-
XYZ13.599.012-
YUV79.297.98176.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.47%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 26 (10.55% from 255) = 11.40%
R=64.47%
G=24.12%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147552600.630.820.4214.3869.9433.92
Hex93371A03F522Ae4622
Octal2236732077122521610642
Binary10010011110111110100111111101001010101011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93371A; }

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

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

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

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

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

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

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

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