#361615

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

Shades of Seal Brown #361615

Tints of Seal Brown #361615

Color information

#361615 (or 0x361615) is unknown color: approx Seal Brown. HEX triplet: 36, 16 and 15. RGB value is (54,22,21). Sum of RGB (Red+Green+Blue) = 54+22+21=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361615 is #C9E9EA. Grayscale: #1F1F1F. Windows color (decimal): -13232619 or 1381942. OLE color: 1381942.

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

Color convert

RGB542221-
CMYK00.590.610.79
HSL1.82º44%14.71%-
HSV(B)1.82º61.11%21.18%-
XYZ1.941.410.88-
YUV31.45122.1144.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=55.67%
G=22.68%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54222100.590.610.791.824414.71
Hex36161503B3D4F22cf
Octal6626250737511725417
Binary110110101101010101110111111011001111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361615; }

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

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

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

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

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

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

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

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