#362118

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

Shades of Brown Pod #362118

Tints of Brown Pod #362118

Color information

#362118 (or 0x362118) is unknown color: approx Brown Pod. HEX triplet: 36, 21 and 18. RGB value is (54,33,24). Sum of RGB (Red+Green+Blue) = 54+33+24=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #362118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362118 is #C9DEE7. Grayscale: #262626. Windows color (decimal): -13229800 or 1581366. OLE color: 1581366.

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

Color convert

RGB543324-
CMYK00.390.560.79
HSL18º38.46%15.29%-
HSV(B)18º55.56%21.18%-
XYZ2.231.941.12-
YUV38.25119.96139.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=48.65%
G=29.73%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54332400.390.560.791838.4615.29
Hex362118027384F1226f
Octal66413004770117224617
Binary1101101000011100001001111110001001111100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362118; }

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

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

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

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

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

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

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

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