#36201B

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

Shades of Brown Pod #36201B

Tints of Brown Pod #36201B

Color information

#36201B (or 0x36201B) is unknown color: approx Brown Pod. HEX triplet: 36, 20 and 1B. RGB value is (54,32,27). Sum of RGB (Red+Green+Blue) = 54+32+27=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #36201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36201B is #C9DFE4. Grayscale: #262626. Windows color (decimal): -13230053 or 1777718. OLE color: 1777718.

HSL color Cylindrical-coordinate representation of color #36201B: hue angle of 11.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36201B is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB543227-
CMYK00.410.50.79
HSL11.11º33.33%15.88%-
HSV(B)11.11º50%21.18%-
XYZ2.241.91.29-
YUV38.01121.79139.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=47.79%
G=28.32%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54322700.410.50.7911.1133.3315.88
Hex36201B029324Fb2110
Octal66403305162117134120
Binary1101101000001101101010011100101001111101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36201B; }

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

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

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

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

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

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

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

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