#360502

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

Shades of Seal Brown #360502

Tints of Seal Brown #360502

Color information

#360502 (or 0x360502) is unknown color: approx Seal Brown. HEX triplet: 36, 05 and 02. RGB value is (54,5,2). Sum of RGB (Red+Green+Blue) = 54+5+2=61 (8% of max value = 765). Red value is 54 (21.48% from 255 or 88.52% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 54 - color contains mainly: red. Hex color #360502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360502 is #C9FAFD. Grayscale: #131313. Windows color (decimal): -13236990 or 132406. OLE color: 132406.

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

Color convert

RGB5452-
CMYK00.910.960.79
HSL3.46º92.86%10.98%-
HSV(B)3.46º96.3%21.18%-
XYZ1.590.90.15-
YUV19.31118.23152.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 88.52%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 2 (1.17% from 255) = 3.28%
R=88.52%
G=8.20%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal545200.910.960.793.4692.8610.98
Hex365205B604F35db
Octal66520133140117313513
Binary1101101011001011011110000010011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360502; }

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

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

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

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

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

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

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

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