#360402

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

Shades of Seal Brown #360402

Tints of Seal Brown #360402

Color information

#360402 (or 0x360402) is unknown color: approx Seal Brown. HEX triplet: 36, 04 and 02. RGB value is (54,4,2). Sum of RGB (Red+Green+Blue) = 54+4+2=60 (7% of max value = 765). Red value is 54 (21.48% from 255 or 90% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 54 - color contains mainly: red. Hex color #360402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360402 is #C9FBFD. Grayscale: #121212. Windows color (decimal): -13237246 or 132150. OLE color: 132150.

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

Color convert

RGB5442-
CMYK00.930.960.79
HSL2.31º92.86%10.98%-
HSV(B)2.31º96.3%21.18%-
XYZ1.580.880.14-
YUV18.72118.56153.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 90%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 2 (1.17% from 255) = 3.33%
R=90%
G=6.67%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal544200.930.960.792.3192.8610.98
Hex364205D604F25db
Octal66420135140117213513
Binary1101101001001011101110000010011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360402; }

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

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

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

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

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

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

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

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