#360101

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

Shades of Seal Brown #360101

Tints of Seal Brown #360101

Color information

#360101 (or 0x360101) is unknown color: approx Seal Brown. HEX triplet: 36, 01 and 01. RGB value is (54,1,1). Sum of RGB (Red+Green+Blue) = 54+1+1=56 (7% of max value = 765). Red value is 54 (21.48% from 255 or 96.43% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 54 - color contains mainly: red. Hex color #360101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360101 is #C9FEFE. Grayscale: #101010. Windows color (decimal): -13238015 or 65846. OLE color: 65846.

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

Color convert

RGB5411-
CMYK00.980.980.79
HSL96.36%10.78%-
HSV(B)98.15%21.18%-
XYZ1.540.810.1-
YUV16.85119.06154.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 96.43%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=96.43%
G=1.79%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal541100.980.980.79096.3610.78
Hex3611062624F060b
Octal66110142142117014013
Binary110110110110001011000101001111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360101; }

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

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

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

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

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

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

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

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