#360804

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

Shades of Seal Brown #360804

Tints of Seal Brown #360804

Color information

#360804 (or 0x360804) is unknown color: approx Seal Brown. HEX triplet: 36, 08 and 04. RGB value is (54,8,4). Sum of RGB (Red+Green+Blue) = 54+8+4=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #360804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360804 is #C9F7FB. Grayscale: #151515. Windows color (decimal): -13236220 or 264246. OLE color: 264246.

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

Color convert

RGB5484-
CMYK00.850.930.79
HSL4.8º86.21%11.37%-
HSV(B)4.8º92.59%21.18%-
XYZ1.630.970.22-
YUV21.3118.24151.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 81.82%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=81.82%
G=12.12%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal548400.850.930.794.886.2111.37
Hex36840555D4F556b
Octal661040125135117512613
Binary1101101000100010101011011101100111110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360804; }

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

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

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

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

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

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

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

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