#362221

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

Shades of Livid Brown #362221

Tints of Livid Brown #362221

Color information

#362221 (or 0x362221) is unknown color: approx Livid Brown. HEX triplet: 36, 22 and 21. RGB value is (54,34,33). Sum of RGB (Red+Green+Blue) = 54+34+33=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #362221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362221 is #C9DDDE. Grayscale: #272727. Windows color (decimal): -13229535 or 2171446. OLE color: 2171446.

HSL color Cylindrical-coordinate representation of color #362221: hue angle of 2.86º 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 #362221 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB543433-
CMYK00.370.390.79
HSL2.86º24.14%17.06%-
HSV(B)2.86º38.89%21.18%-
XYZ2.372.041.71-
YUV39.87124.13138.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=44.63%
G=28.10%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54343300.370.390.792.8624.1417.06
Hex362221025274F31811
Octal6642410454711733021
Binary11011010001010000101001011001111001111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362221; }

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

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

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

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

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

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

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

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