#310A05

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

Shades of Seal Brown #310A05

Tints of Seal Brown #310A05

Color information

#310A05 (or 0x310A05) is unknown color: approx Seal Brown. HEX triplet: 31, 0A and 05. RGB value is (49,10,5). Sum of RGB (Red+Green+Blue) = 49+10+5=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A05 is #CEF5FA. Grayscale: #151515. Windows color (decimal): -13563387 or 330289. OLE color: 330289.

HSL color Cylindrical-coordinate representation of color #310A05: hue angle of 6.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310A05 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB49105-
CMYK00.800.900.81
HSL6.82º81.48%10.59%-
HSV(B)6.82º89.8%19.22%-
XYZ1.40.880.24-
YUV21.09118.92147.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 76.56%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 5 (2.34% from 255) = 7.81%
R=76.56%
G=15.62%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4910500.800.900.816.8281.4810.59
Hex31A50505A51751b
Octal611250120132121712113
Binary1100011010101010100001011010101000111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A05; }

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

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

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

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

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

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

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

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