#362520

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

Shades of Brown Pod #362520

Tints of Brown Pod #362520

Color information

#362520 (or 0x362520) is unknown color: approx Brown Pod. HEX triplet: 36, 25 and 20. RGB value is (54,37,32). Sum of RGB (Red+Green+Blue) = 54+37+32=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #362520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362520 is #C9DADF. Grayscale: #292929. Windows color (decimal): -13228768 or 2106678. OLE color: 2106678.

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

Color convert

RGB543732-
CMYK00.310.410.79
HSL13.64º25.58%16.86%-
HSV(B)13.64º40.74%21.18%-
XYZ2.442.211.66-
YUV41.51122.63136.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=43.90%
G=30.08%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54373200.310.410.7913.6425.5816.86
Hex36252001F294Fe1a11
Octal66454003751117163221
Binary110110100101100000011111101001100111111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362520; }

 p { color: rgb(54,37,32); }

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

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

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

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

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

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

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