#36201D

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

Shades of Brown Pod #36201D

Tints of Brown Pod #36201D

Color information

#36201D (or 0x36201D) is unknown color: approx Brown Pod. HEX triplet: 36, 20 and 1D. RGB value is (54,32,29). Sum of RGB (Red+Green+Blue) = 54+32+29=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #36201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36201D is #C9DFE2. Grayscale: #262626. Windows color (decimal): -13230051 or 1908790. OLE color: 1908790.

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

Color convert

RGB543229-
CMYK00.410.460.79
HSL7.2º30.12%16.27%-
HSV(B)7.2º46.3%21.18%-
XYZ2.261.911.41-
YUV38.24122.79139.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=46.96%
G=27.83%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54322900.410.460.797.230.1216.27
Hex36201D0292E4F71e10
Octal6640350515611773620
Binary11011010000011101010100110111010011111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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