#361A15

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

Shades of Seal Brown #361A15

Tints of Seal Brown #361A15

Color information

#361A15 (or 0x361A15) is unknown color: approx Seal Brown. HEX triplet: 36, 1A and 15. RGB value is (54,26,21). Sum of RGB (Red+Green+Blue) = 54+26+21=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #361A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A15 is #C9E5EA. Grayscale: #212121. Windows color (decimal): -13231595 or 1382966. OLE color: 1382966.

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

Color convert

RGB542621-
CMYK00.520.610.79
HSL9.09º44%14.71%-
HSV(B)9.09º61.11%21.18%-
XYZ2.031.580.91-
YUV33.8120.78142.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=53.47%
G=25.74%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54262100.520.610.799.094414.71
Hex361A150343D4F92cf
Octal66322506475117115417
Binary11011011010101010110100111101100111110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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