#361D16

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

Shades of Brown Pod #361D16

Tints of Brown Pod #361D16

Color information

#361D16 (or 0x361D16) is unknown color: approx Brown Pod. HEX triplet: 36, 1D and 16. RGB value is (54,29,22). Sum of RGB (Red+Green+Blue) = 54+29+22=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #361D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D16 is #C9E2E9. Grayscale: #232323. Windows color (decimal): -13230826 or 1449270. OLE color: 1449270.

HSL color Cylindrical-coordinate representation of color #361D16: hue angle of 13.12º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #361D16 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB542922-
CMYK00.460.590.79
HSL13.12º42.11%14.9%-
HSV(B)13.12º59.26%21.18%-
XYZ2.111.720.98-
YUV35.68120.28141.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.43%
GREEN value IS 29 (11.72% from 255) = 27.62%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=51.43%
G=27.62%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54292200.460.590.7913.1242.1114.9
Hex361D1602E3B4Fd2af
Octal66352605673117155217
Binary11011011101101100101110111011100111111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,29,22); }

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

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

 a { background-color: rgb(54,29,22); }

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

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

 span { border-color: rgb(54,29,22); }

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