#360503

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

Shades of Seal Brown #360503

Tints of Seal Brown #360503

Color information

#360503 (or 0x360503) is unknown color: approx Seal Brown. HEX triplet: 36, 05 and 03. RGB value is (54,5,3). Sum of RGB (Red+Green+Blue) = 54+5+3=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360503 is #C9FAFC. Grayscale: #131313. Windows color (decimal): -13236989 or 197942. OLE color: 197942.

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

Color convert

RGB5453-
CMYK00.910.940.79
HSL2.35º89.47%11.18%-
HSV(B)2.35º94.44%21.18%-
XYZ1.590.90.18-
YUV19.42118.73152.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 87.10%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 3 (1.56% from 255) = 4.84%
R=87.10%
G=8.06%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal545300.910.940.792.3589.4711.18
Hex365305B5E4F259b
Octal66530133136117213113
Binary1101101011101011011101111010011111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360503; }

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

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

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

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

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

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

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

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