#360802

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

Shades of Seal Brown #360802

Tints of Seal Brown #360802

Color information

#360802 (or 0x360802) is unknown color: approx Seal Brown. HEX triplet: 36, 08 and 02. RGB value is (54,8,2). Sum of RGB (Red+Green+Blue) = 54+8+2=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360802 is #C9F7FD. Grayscale: #151515. Windows color (decimal): -13236222 or 133174. OLE color: 133174.

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

Color convert

RGB5482-
CMYK00.850.960.79
HSL6.92º92.86%10.98%-
HSV(B)6.92º96.3%21.18%-
XYZ1.620.960.16-
YUV21.07117.24151.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 84.38%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 2 (1.17% from 255) = 3.12%
R=84.38%
G=12.5%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal548200.850.960.796.9292.8610.98
Hex3682055604F75db
Octal661020125140117713513
Binary110110100010010101011100000100111111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360802; }

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

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

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

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

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

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

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

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