#360D04

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

Shades of Seal Brown #360D04

Tints of Seal Brown #360D04

Color information

#360D04 (or 0x360D04) is unknown color: approx Seal Brown. HEX triplet: 36, 0D and 04. RGB value is (54,13,4). Sum of RGB (Red+Green+Blue) = 54+13+4=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #360D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D04 is #C9F2FB. Grayscale: #181818. Windows color (decimal): -13234940 or 265526. OLE color: 265526.

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

Color convert

RGB54134-
CMYK00.760.930.79
HSL10.8º86.21%11.37%-
HSV(B)10.8º92.59%21.18%-
XYZ1.691.080.23-
YUV24.23116.58149.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 76.06%
GREEN value IS 13 (5.47% from 255) = 18.31%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=76.06%
G=18.31%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5413400.760.930.7910.886.2111.37
Hex36D404C5D4Fb56b
Octal6615401141351171312613
Binary11011011011000100110010111011001111101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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