#361413

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

Shades of Seal Brown #361413

Tints of Seal Brown #361413

Color information

#361413 (or 0x361413) is unknown color: approx Seal Brown. HEX triplet: 36, 14 and 13. RGB value is (54,20,19). Sum of RGB (Red+Green+Blue) = 54+20+19=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #361413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361413 is #C9EBEC. Grayscale: #1E1E1E. Windows color (decimal): -13233133 or 1250358. OLE color: 1250358.

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

Color convert

RGB542019-
CMYK00.630.650.79
HSL1.71º47.95%14.31%-
HSV(B)1.71º64.81%21.18%-
XYZ1.891.330.77-
YUV30.05121.76145.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=58.06%
G=21.51%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54201900.630.650.791.7147.9514.31
Hex36141303F414F230e
Octal66242307710111726016
Binary1101101010010011011111110000011001111101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361413; }

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

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

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

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

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

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

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

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