#360801

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

Shades of Seal Brown #360801

Tints of Seal Brown #360801

Color information

#360801 (or 0x360801) is unknown color: approx Seal Brown. HEX triplet: 36, 08 and 01. RGB value is (54,8,1). Sum of RGB (Red+Green+Blue) = 54+8+1=63 (8% of max value = 765). Red value is 54 (21.48% from 255 or 85.71% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 54 - color contains mainly: red. Hex color #360801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360801 is #C9F7FE. Grayscale: #151515. Windows color (decimal): -13236223 or 67638. OLE color: 67638.

HSL color Cylindrical-coordinate representation of color #360801: hue angle of 7.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360801 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB5481-
CMYK00.850.980.79
HSL7.92º96.36%10.78%-
HSV(B)7.92º98.15%21.18%-
XYZ1.610.960.13-
YUV20.96116.74151.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 85.71%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=85.71%
G=12.70%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal548100.850.980.797.9296.3610.78
Hex3681055624F860b
Octal6610101251421171014013
Binary110110100010101010111000101001111100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360801; }

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

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

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

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

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

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

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

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