#361E15

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

Shades of Brown Pod #361E15

Tints of Brown Pod #361E15

Color information

#361E15 (or 0x361E15) is unknown color: approx Brown Pod. HEX triplet: 36, 1E and 15. RGB value is (54,30,21). Sum of RGB (Red+Green+Blue) = 54+30+21=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #361E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E15 is #C9E1EA. Grayscale: #242424. Windows color (decimal): -13230571 or 1383990. OLE color: 1383990.

HSL color Cylindrical-coordinate representation of color #361E15: hue angle of 16.36º 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 #361E15 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB543021-
CMYK00.440.610.79
HSL16.36º44%14.71%-
HSV(B)16.36º61.11%21.18%-
XYZ2.121.770.94-
YUV36.15119.45140.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.43%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 21 (8.59% from 255) = 20%
R=51.43%
G=28.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54302100.440.610.7916.364414.71
Hex361E1502C3D4F102cf
Octal66362505475117205417
Binary110110111101010101011001111011001111100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E15; }

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

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

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

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

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

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

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

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