#360603

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

Shades of Seal Brown #360603

Tints of Seal Brown #360603

Color information

#360603 (or 0x360603) is unknown color: approx Seal Brown. HEX triplet: 36, 06 and 03. RGB value is (54,6,3). Sum of RGB (Red+Green+Blue) = 54+6+3=63 (8% of max value = 765). Red value is 54 (21.48% from 255 or 85.71% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 54 - color contains mainly: red. Hex color #360603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360603 is #C9F9FC. Grayscale: #141414. Windows color (decimal): -13236733 or 198198. OLE color: 198198.

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

Color convert

RGB5463-
CMYK00.890.940.79
HSL3.53º89.47%11.18%-
HSV(B)3.53º94.44%21.18%-
XYZ1.60.920.18-
YUV20.01118.4152.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 85.71%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 3 (1.56% from 255) = 4.76%
R=85.71%
G=9.52%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal546300.890.940.793.5389.4711.18
Hex36630595E4F459b
Octal66630131136117413113
Binary11011011011010110011011110100111110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360603; }

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

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

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

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

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

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

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

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