#360E04

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

Shades of Seal Brown #360E04

Tints of Seal Brown #360E04

Color information

#360E04 (or 0x360E04) is unknown color: approx Seal Brown. HEX triplet: 36, 0E and 04. RGB value is (54,14,4). Sum of RGB (Red+Green+Blue) = 54+14+4=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #360E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E04 is #C9F1FB. Grayscale: #181818. Windows color (decimal): -13234684 or 265782. OLE color: 265782.

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

Color convert

RGB54144-
CMYK00.740.930.79
HSL12º86.21%11.37%-
HSV(B)12º92.59%21.18%-
XYZ1.71.110.24-
YUV24.82116.25148.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 75%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 4 (1.95% from 255) = 5.56%
R=75%
G=19.44%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5414400.740.930.791286.2111.37
Hex36E404A5D4Fc56b
Octal6616401121351171412613
Binary11011011101000100101010111011001111110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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