#36211E

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

Shades of Brown Pod #36211E

Tints of Brown Pod #36211E

Color information

#36211E (or 0x36211E) is unknown color: approx Brown Pod. HEX triplet: 36, 21 and 1E. RGB value is (54,33,30). Sum of RGB (Red+Green+Blue) = 54+33+30=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36211E is #C9DEE1. Grayscale: #262626. Windows color (decimal): -13229794 or 1974582. OLE color: 1974582.

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

Color convert

RGB543330-
CMYK00.390.440.79
HSL7.5º28.57%16.47%-
HSV(B)7.5º44.44%21.18%-
XYZ2.31.971.49-
YUV38.94122.96138.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=46.15%
G=28.21%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54333000.390.440.797.528.5716.47
Hex36211E0272C4F81d10
Octal66413604754117103520
Binary110110100001111100100111101100100111110001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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