#362321

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

Shades of Livid Brown #362321

Tints of Livid Brown #362321

Color information

#362321 (or 0x362321) is unknown color: approx Livid Brown. HEX triplet: 36, 23 and 21. RGB value is (54,35,33). Sum of RGB (Red+Green+Blue) = 54+35+33=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #362321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362321 is #C9DCDE. Grayscale: #282828. Windows color (decimal): -13229279 or 2171702. OLE color: 2171702.

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

Color convert

RGB543533-
CMYK00.350.390.79
HSL5.71º24.14%17.06%-
HSV(B)5.71º38.89%21.18%-
XYZ2.42.11.72-
YUV40.45123.79137.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=44.26%
G=28.69%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54353300.350.390.795.7124.1417.06
Hex362321023274F61811
Octal6643410434711763021
Binary110110100011100001010001110011110011111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362321; }

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

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

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

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

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

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

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

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