#360803

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

Shades of Seal Brown #360803

Tints of Seal Brown #360803

Color information

#360803 (or 0x360803) is unknown color: approx Seal Brown. HEX triplet: 36, 08 and 03. RGB value is (54,8,3). Sum of RGB (Red+Green+Blue) = 54+8+3=65 (8% of max value = 765). Red value is 54 (21.48% from 255 or 83.08% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 54 - color contains mainly: red. Hex color #360803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360803 is #C9F7FC. Grayscale: #151515. Windows color (decimal): -13236221 or 198710. OLE color: 198710.

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

Color convert

RGB5483-
CMYK00.850.940.79
HSL5.88º89.47%11.18%-
HSV(B)5.88º94.44%21.18%-
XYZ1.620.960.19-
YUV21.18117.74151.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 83.08%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 3 (1.56% from 255) = 4.62%
R=83.08%
G=12.31%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal548300.850.940.795.8889.4711.18
Hex36830555E4F659b
Octal661030125136117613113
Binary110110100011010101011011110100111111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360803; }

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

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

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

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

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

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

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

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