#360404

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

Shades of Seal Brown #360404

Tints of Seal Brown #360404

Color information

#360404 (or 0x360404) is unknown color: approx Seal Brown. HEX triplet: 36, 04 and 04. RGB value is (54,4,4). Sum of RGB (Red+Green+Blue) = 54+4+4=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360404 is #C9FBFB. Grayscale: #131313. Windows color (decimal): -13237244 or 263222. OLE color: 263222.

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

Color convert

RGB5444-
CMYK00.930.930.79
HSL86.21%11.37%-
HSV(B)92.59%21.18%-
XYZ1.590.880.2-
YUV18.95119.56153-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 87.10%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 4 (1.95% from 255) = 6.45%
R=87.10%
G=6.45%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal544400.930.930.79086.2111.37
Hex364405D5D4F056b
Octal66440135135117012613
Binary1101101001000101110110111011001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360404; }

 p { color: rgb(54,4,4); }

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

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

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

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

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

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

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