#93361E

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

Shades of Burnt Umber #93361E

Tints of Burnt Umber #93361E

Color information

#93361E (or 0x93361E) is unknown color: approx Burnt Umber. HEX triplet: 93, 36 and 1E. RGB value is (147,54,30). Sum of RGB (Red+Green+Blue) = 147+54+30=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93361E is #6CC9E1. Grayscale: #4F4F4F. Windows color (decimal): -7129570 or 1980051. OLE color: 1980051.

HSL color Cylindrical-coordinate representation of color #93361E: hue angle of 12.31º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93361E is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1475430-
CMYK00.630.800.42
HSL12.31º66.1%34.71%-
HSV(B)12.31º79.59%57.65%-
XYZ13.598.942.24-
YUV79.07100.31176.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=63.64%
G=23.38%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147543000.630.800.4212.3166.134.71
Hex93361E03F502Ac4223
Octal2236636077120521410243
Binary10010011110110111100111111101000010101011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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