#361E11

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

Shades of Brown Pod #361E11

Tints of Brown Pod #361E11

Color information

#361E11 (or 0x361E11) is unknown color: approx Brown Pod. HEX triplet: 36, 1E and 11. RGB value is (54,30,17). Sum of RGB (Red+Green+Blue) = 54+30+17=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #361E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E11 is #C9E1EE. Grayscale: #232323. Windows color (decimal): -13230575 or 1121846. OLE color: 1121846.

HSL color Cylindrical-coordinate representation of color #361E11: hue angle of 21.08º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361E11 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB543017-
CMYK00.440.690.79
HSL21.08º52.11%13.92%-
HSV(B)21.08º68.52%21.18%-
XYZ2.091.750.76-
YUV35.69117.45141.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 17 (7.03% from 255) = 16.83%
R=53.47%
G=29.70%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54301700.440.690.7921.0852.1113.92
Hex361E1102C454F1534e
Octal663621054105117256416
Binary1101101111010001010110010001011001111101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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