#360D06

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

Shades of Seal Brown #360D06

Tints of Seal Brown #360D06

Color information

#360D06 (or 0x360D06) is unknown color: approx Seal Brown. HEX triplet: 36, 0D and 06. RGB value is (54,13,6). Sum of RGB (Red+Green+Blue) = 54+13+6=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D06 is #C9F2F9. Grayscale: #181818. Windows color (decimal): -13234938 or 396598. OLE color: 396598.

HSL color Cylindrical-coordinate representation of color #360D06: hue angle of 8.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360D06 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB54136-
CMYK00.760.890.79
HSL8.75º80%11.76%-
HSV(B)8.75º88.89%21.18%-
XYZ1.71.090.29-
YUV24.46117.58149.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 13 (5.47% from 255) = 17.81%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=73.97%
G=17.81%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5413600.760.890.798.758011.76
Hex36D604C594F950c
Octal6615601141311171112014
Binary11011011011100100110010110011001111100110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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