#36211C

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

Shades of Brown Pod #36211C

Tints of Brown Pod #36211C

Color information

#36211C (or 0x36211C) is unknown color: approx Brown Pod. HEX triplet: 36, 21 and 1C. RGB value is (54,33,28). Sum of RGB (Red+Green+Blue) = 54+33+28=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #36211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36211C is #C9DEE3. Grayscale: #262626. Windows color (decimal): -13229796 or 1843510. OLE color: 1843510.

HSL color Cylindrical-coordinate representation of color #36211C: hue angle of 11.54º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36211C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB543328-
CMYK00.390.480.79
HSL11.54º31.71%16.08%-
HSV(B)11.54º48.15%21.18%-
XYZ2.271.961.36-
YUV38.71121.96138.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=46.96%
G=28.70%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54332800.390.480.7911.5431.7116.08
Hex36211C027304Fc2010
Octal66413404760117144020
Binary1101101000011110001001111100001001111110010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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