#361914

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

Shades of Seal Brown #361914

Tints of Seal Brown #361914

Color information

#361914 (or 0x361914) is unknown color: approx Seal Brown. HEX triplet: 36, 19 and 14. RGB value is (54,25,20). Sum of RGB (Red+Green+Blue) = 54+25+20=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #361914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361914 is #C9E6EB. Grayscale: #212121. Windows color (decimal): -13231852 or 1317174. OLE color: 1317174.

HSL color Cylindrical-coordinate representation of color #361914: hue angle of 8.82º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361914 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB542520-
CMYK00.540.630.79
HSL8.82º45.95%14.51%-
HSV(B)8.82º62.96%21.18%-
XYZ21.530.85-
YUV33.1120.61142.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54.55%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=54.55%
G=25.25%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54252000.540.630.798.8245.9514.51
Hex3619140363F4F92ef
Octal66312406677117115617
Binary11011011001101000110110111111100111110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361914; }

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

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

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

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

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

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

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

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