#36211B

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

Shades of Brown Pod #36211B

Tints of Brown Pod #36211B

Color information

#36211B (or 0x36211B) is unknown color: approx Brown Pod. HEX triplet: 36, 21 and 1B. RGB value is (54,33,27). Sum of RGB (Red+Green+Blue) = 54+33+27=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #36211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36211B is #C9DEE4. Grayscale: #262626. Windows color (decimal): -13229797 or 1777974. OLE color: 1777974.

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

Color convert

RGB543327-
CMYK00.390.50.79
HSL13.33º33.33%15.88%-
HSV(B)13.33º50%21.18%-
XYZ2.261.951.29-
YUV38.6121.46138.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=47.37%
G=28.95%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54332700.390.50.7913.3333.3315.88
Hex36211B027324Fd2110
Octal66413304762117154120
Binary1101101000011101101001111100101001111110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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