#360100

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

Shades of Seal Brown #360100

Tints of Seal Brown #360100

Color information

#360100 (or 0x360100) is unknown color: approx Seal Brown. HEX triplet: 36, 01 and 00. RGB value is (54,1,0). Sum of RGB (Red+Green+Blue) = 54+1+0=55 (7% of max value = 765). Red value is 54 (21.48% from 255 or 98.18% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 54 - color contains mainly: red. Hex color #360100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360100 is #C9FEFF. Grayscale: #101010. Windows color (decimal): -13238016 or 310. OLE color: 310.

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

Color convert

RGB5410-
CMYK00.9810.79
HSL1.11º100%10.59%-
HSV(B)1.11º100%21.18%-
XYZ1.530.810.07-
YUV16.73118.56154.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 98.18%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.18%
G=1.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal541000.9810.791.1110010.59
Hex3610062644F164b
Octal66100142144117114413
Binary110110100110001011001001001111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360100; }

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

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

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

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

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

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

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

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