#362121

Color #362121 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #362121

Tints of Livid Brown #362121

Color information

#362121 (or 0x362121) is unknown color: approx Livid Brown. HEX triplet: 36, 21 and 21. RGB value is (54,33,33). Sum of RGB (Red+Green+Blue) = 54+33+33=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #362121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362121 is #C9DEDE. Grayscale: #272727. Windows color (decimal): -13229791 or 2171190. OLE color: 2171190.

HSL color Cylindrical-coordinate representation of color #362121: hue angle of 0º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362121 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB543333-
CMYK00.390.390.79
HSL24.14%17.06%-
HSV(B)38.89%21.18%-
XYZ2.341.981.7-
YUV39.28124.46138.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=45%
G=27.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54333300.390.390.79024.1417.06
Hex362121027274F01811
Octal6641410474711703021
Binary1101101000011000010100111100111100111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362121; }

 p { color: rgb(54,33,33); }

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

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

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

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

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

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

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