#93351A

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

Shades of Burnt Umber #93351A

Tints of Burnt Umber #93351A

Color information

#93351A (or 0x93351A) is unknown color: approx Burnt Umber. HEX triplet: 93, 35 and 1A. RGB value is (147,53,26). Sum of RGB (Red+Green+Blue) = 147+53+26=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93351A is #6CCAE5. Grayscale: #4E4E4E. Windows color (decimal): -7129830 or 1717651. OLE color: 1717651.

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

Color convert

RGB1475326-
CMYK00.640.820.42
HSL13.39º69.94%33.92%-
HSV(B)13.39º82.31%57.65%-
XYZ13.498.821.97-
YUV78.0398.64177.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.04%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=65.04%
G=23.45%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147532600.640.820.4213.3969.9433.92
Hex93351A040522Ad4622
Octal22365320100122521510642
Binary100100111101011101001000000101001010101011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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