#93331A

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

Shades of Burnt Umber #93331A

Tints of Burnt Umber #93331A

Color information

#93331A (or 0x93331A) is unknown color: approx Burnt Umber. HEX triplet: 93, 33 and 1A. RGB value is (147,51,26). Sum of RGB (Red+Green+Blue) = 147+51+26=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #93331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93331A is #6CCCE5. Grayscale: #4D4D4D. Windows color (decimal): -7130342 or 1717139. OLE color: 1717139.

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

Color convert

RGB1475126-
CMYK00.650.820.42
HSL12.4º69.94%33.92%-
HSV(B)12.4º82.31%57.65%-
XYZ13.48.651.94-
YUV76.8599.3178.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.62%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 26 (10.55% from 255) = 11.61%
R=65.62%
G=22.77%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147512600.650.820.4212.469.9433.92
Hex93331A041522Ac4622
Octal22363320101122521410642
Binary100100111100111101001000001101001010101011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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