#361F15

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

Shades of Brown Pod #361F15

Tints of Brown Pod #361F15

Color information

#361F15 (or 0x361F15) is unknown color: approx Brown Pod. HEX triplet: 36, 1F and 15. RGB value is (54,31,21). Sum of RGB (Red+Green+Blue) = 54+31+21=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #361F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F15 is #C9E0EA. Grayscale: #242424. Windows color (decimal): -13230315 or 1384246. OLE color: 1384246.

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

Color convert

RGB543121-
CMYK00.430.610.79
HSL18.18º44%14.71%-
HSV(B)18.18º61.11%21.18%-
XYZ2.151.820.95-
YUV36.74119.12140.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=50.94%
G=29.25%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54312100.430.610.7918.184414.71
Hex361F1502B3D4F122cf
Octal66372505375117225417
Binary110110111111010101010111111011001111100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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