#360A04

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

Shades of Seal Brown #360A04

Tints of Seal Brown #360A04

Color information

#360A04 (or 0x360A04) is unknown color: approx Seal Brown. HEX triplet: 36, 0A and 04. RGB value is (54,10,4). Sum of RGB (Red+Green+Blue) = 54+10+4=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A04 is #C9F5FB. Grayscale: #161616. Windows color (decimal): -13235708 or 264758. OLE color: 264758.

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

Color convert

RGB54104-
CMYK00.810.930.79
HSL7.2º86.21%11.37%-
HSV(B)7.2º92.59%21.18%-
XYZ1.651.010.22-
YUV22.47117.58150.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 79.41%
GREEN value IS 10 (4.30% from 255) = 14.71%
BLUE value IS 4 (1.95% from 255) = 5.88%
R=79.41%
G=14.71%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5410400.810.930.797.286.2111.37
Hex36A40515D4F756b
Octal661240121135117712613
Binary1101101010100010100011011101100111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360A04; }

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

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

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

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

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

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

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

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