#360400

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

Shades of Seal Brown #360400

Tints of Seal Brown #360400

Color information

#360400 (or 0x360400) is unknown color: approx Seal Brown. HEX triplet: 36, 04 and 00. RGB value is (54,4,0). Sum of RGB (Red+Green+Blue) = 54+4+0=58 (7% of max value = 765). Red value is 54 (21.48% from 255 or 93.10% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 54 - color contains mainly: red. Hex color #360400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360400 is #C9FBFF. Grayscale: #121212. Windows color (decimal): -13237248 or 1078. OLE color: 1078.

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

Color convert

RGB5440-
CMYK00.9310.79
HSL4.44º100%10.59%-
HSV(B)4.44º100%21.18%-
XYZ1.560.870.09-
YUV18.49117.56153.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 93.10%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.10%
G=6.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal544000.9310.794.4410010.59
Hex364005D644F464b
Octal66400135144117414413
Binary1101101000010111011100100100111110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360400; }

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

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

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

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

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

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

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

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