#362115

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

Shades of Brown Pod #362115

Tints of Brown Pod #362115

Color information

#362115 (or 0x362115) is unknown color: approx Brown Pod. HEX triplet: 36, 21 and 15. RGB value is (54,33,21). Sum of RGB (Red+Green+Blue) = 54+33+21=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #362115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362115 is #C9DEEA. Grayscale: #252525. Windows color (decimal): -13229803 or 1384758. OLE color: 1384758.

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

Color convert

RGB543321-
CMYK00.390.610.79
HSL21.82º44%14.71%-
HSV(B)21.82º61.11%21.18%-
XYZ2.21.930.97-
YUV37.91118.46139.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=50%
G=30.56%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54332100.390.610.7921.824414.71
Hex3621150273D4F162cf
Octal66412504775117265417
Binary1101101000011010101001111111011001111101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362115; }

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

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

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

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

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

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

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

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