#36201C

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

Shades of Brown Pod #36201C

Tints of Brown Pod #36201C

Color information

#36201C (or 0x36201C) is unknown color: approx Brown Pod. HEX triplet: 36, 20 and 1C. RGB value is (54,32,28). Sum of RGB (Red+Green+Blue) = 54+32+28=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #36201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36201C is #C9DFE3. Grayscale: #262626. Windows color (decimal): -13230052 or 1843254. OLE color: 1843254.

HSL color Cylindrical-coordinate representation of color #36201C: hue angle of 9.23º 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 #36201C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB543228-
CMYK00.410.480.79
HSL9.23º31.71%16.08%-
HSV(B)9.23º48.15%21.18%-
XYZ2.251.91.35-
YUV38.12122.29139.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=47.37%
G=28.07%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54322800.410.480.799.2331.7116.08
Hex36201C029304F92010
Octal66403405160117114020
Binary1101101000001110001010011100001001111100110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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