#93361A

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

Shades of Burnt Umber #93361A

Tints of Burnt Umber #93361A

Color information

#93361A (or 0x93361A) is unknown color: approx Burnt Umber. HEX triplet: 93, 36 and 1A. RGB value is (147,54,26). Sum of RGB (Red+Green+Blue) = 147+54+26=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93361A is #6CC9E5. Grayscale: #4E4E4E. Windows color (decimal): -7129574 or 1717907. OLE color: 1717907.

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

Color convert

RGB1475426-
CMYK00.630.820.42
HSL13.88º69.94%33.92%-
HSV(B)13.88º82.31%57.65%-
XYZ13.548.921.98-
YUV78.6198.31176.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.76%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 26 (10.55% from 255) = 11.45%
R=64.76%
G=23.79%
B=11.45%

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
Decimal147542600.630.820.4213.8869.9433.92
Hex93361A03F522Ae4622
Octal2236632077122521610642
Binary10010011110110110100111111101001010101011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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