#361911

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

Shades of Brown Pod #361911

Tints of Brown Pod #361911

Color information

#361911 (or 0x361911) is unknown color: approx Brown Pod. HEX triplet: 36, 19 and 11. RGB value is (54,25,17). Sum of RGB (Red+Green+Blue) = 54+25+17=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361911 is #C9E6EE. Grayscale: #202020. Windows color (decimal): -13231855 or 1120566. OLE color: 1120566.

HSL color Cylindrical-coordinate representation of color #361911: hue angle of 12.97º 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 #361911 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB542517-
CMYK00.540.690.79
HSL12.97º52.11%13.92%-
HSV(B)12.97º68.52%21.18%-
XYZ1.971.520.72-
YUV32.76119.11143.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.25%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=56.25%
G=26.04%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54251700.540.690.7912.9752.1113.92
Hex361911036454Fd34e
Octal663121066105117156416
Binary110110110011000101101101000101100111111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361911; }

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

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

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

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

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

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

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

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