#361513

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

Shades of Seal Brown #361513

Tints of Seal Brown #361513

Color information

#361513 (or 0x361513) is unknown color: approx Seal Brown. HEX triplet: 36, 15 and 13. RGB value is (54,21,19). Sum of RGB (Red+Green+Blue) = 54+21+19=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #361513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361513 is #C9EAEC. Grayscale: #1E1E1E. Windows color (decimal): -13232877 or 1250614. OLE color: 1250614.

HSL color Cylindrical-coordinate representation of color #361513: hue angle of 3.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361513 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB542119-
CMYK00.610.650.79
HSL3.43º47.95%14.31%-
HSV(B)3.43º64.81%21.18%-
XYZ1.911.370.78-
YUV30.64121.43144.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 57.45%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=57.45%
G=22.34%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54211900.610.650.793.4347.9514.31
Hex36151303D414F330e
Octal66252307510111736016
Binary1101101010110011011110110000011001111111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361513; }

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

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

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

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

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

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

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

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