#362521

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

Shades of Brown Pod #362521

Tints of Brown Pod #362521

Color information

#362521 (or 0x362521) is unknown color: approx Brown Pod. HEX triplet: 36, 25 and 21. RGB value is (54,37,33). Sum of RGB (Red+Green+Blue) = 54+37+33=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362521 is #C9DADE. Grayscale: #292929. Windows color (decimal): -13228767 or 2172214. OLE color: 2172214.

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

Color convert

RGB543733-
CMYK00.310.390.79
HSL11.43º24.14%17.06%-
HSV(B)11.43º38.89%21.18%-
XYZ2.462.221.74-
YUV41.63123.13136.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=43.55%
G=29.84%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54373300.310.390.7911.4324.1417.06
Hex36252101F274Fb1811
Octal66454103747117133021
Binary110110100101100001011111100111100111110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362521; }

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

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

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

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

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

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

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

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