#361C15

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

Shades of Brown Pod #361C15

Tints of Brown Pod #361C15

Color information

#361C15 (or 0x361C15) is unknown color: approx Brown Pod. HEX triplet: 36, 1C and 15. RGB value is (54,28,21). Sum of RGB (Red+Green+Blue) = 54+28+21=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #361C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C15 is #C9E3EA. Grayscale: #232323. Windows color (decimal): -13231083 or 1383478. OLE color: 1383478.

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

Color convert

RGB542821-
CMYK00.480.610.79
HSL12.73º44%14.71%-
HSV(B)12.73º61.11%21.18%-
XYZ2.071.670.92-
YUV34.98120.11141.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.43%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=52.43%
G=27.18%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54282100.480.610.7912.734414.71
Hex361C150303D4Fd2cf
Octal66342506075117155417
Binary11011011100101010110000111101100111111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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