#362014

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

Shades of Brown Pod #362014

Tints of Brown Pod #362014

Color information

#362014 (or 0x362014) is unknown color: approx Brown Pod. HEX triplet: 36, 20 and 14. RGB value is (54,32,20). Sum of RGB (Red+Green+Blue) = 54+32+20=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362014 is #C9DFEB. Grayscale: #252525. Windows color (decimal): -13230060 or 1318966. OLE color: 1318966.

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

Color convert

RGB543220-
CMYK00.410.630.79
HSL21.18º45.95%14.51%-
HSV(B)21.18º62.96%21.18%-
XYZ2.161.870.91-
YUV37.21118.29139.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=50.94%
G=30.19%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54322000.410.630.7921.1845.9514.51
Hex3620140293F4F152ef
Octal66402405177117255617
Binary1101101000001010001010011111111001111101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362014; }

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

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

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

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

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

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

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

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