#361C16

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

Shades of Brown Pod #361C16

Tints of Brown Pod #361C16

Color information

#361C16 (or 0x361C16) is unknown color: approx Brown Pod. HEX triplet: 36, 1C and 16. RGB value is (54,28,22). Sum of RGB (Red+Green+Blue) = 54+28+22=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #361C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C16 is #C9E3E9. Grayscale: #232323. Windows color (decimal): -13231082 or 1449014. OLE color: 1449014.

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

Color convert

RGB542822-
CMYK00.480.590.79
HSL11.25º42.11%14.9%-
HSV(B)11.25º59.26%21.18%-
XYZ2.081.670.97-
YUV35.09120.61141.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=51.92%
G=26.92%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54282200.480.590.7911.2542.1114.9
Hex361C160303B4Fb2af
Octal66342606073117135217
Binary11011011100101100110000111011100111110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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