#310504

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

Shades of Seal Brown #310504

Tints of Seal Brown #310504

Color information

#310504 (or 0x310504) is unknown color: approx Seal Brown. HEX triplet: 31, 05 and 04. RGB value is (49,5,4). Sum of RGB (Red+Green+Blue) = 49+5+4=58 (7% of max value = 765). Red value is 49 (19.53% from 255 or 84.48% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 49 - color contains mainly: red. Hex color #310504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310504 is #CEFAFB. Grayscale: #121212. Windows color (decimal): -13564668 or 263473. OLE color: 263473.

HSL color Cylindrical-coordinate representation of color #310504: hue angle of 1.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310504 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB4954-
CMYK00.900.920.81
HSL1.33º84.91%10.39%-
HSV(B)1.33º91.84%19.22%-
XYZ1.340.770.19-
YUV18.04120.08150.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 84.48%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=84.48%
G=8.62%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal495400.900.920.811.3384.9110.39
Hex315405A5C51155a
Octal61540132134121112512
Binary1100011011000101101010111001010001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310504; }

 p { color: rgb(49,5,4); }

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

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

 a { background-color: rgb(49,5,4); }

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

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

 span { border-color: rgb(49,5,4); }

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