#362621

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

Shades of Brown Pod #362621

Tints of Brown Pod #362621

Color information

#362621 (or 0x362621) is unknown color: approx Brown Pod. HEX triplet: 36, 26 and 21. RGB value is (54,38,33). Sum of RGB (Red+Green+Blue) = 54+38+33=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362621 is #C9D9DE. Grayscale: #2A2A2A. Windows color (decimal): -13228511 or 2172470. OLE color: 2172470.

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

Color convert

RGB543833-
CMYK00.300.390.79
HSL14.29º24.14%17.06%-
HSV(B)14.29º38.89%21.18%-
XYZ2.492.281.75-
YUV42.21122.8136.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=43.2%
G=30.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54383300.300.390.7914.2924.1417.06
Hex36262101E274Fe1811
Octal66464103647117163021
Binary110110100110100001011110100111100111111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362621; }

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

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

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

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

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

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

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

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