#310C04

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

Shades of Seal Brown #310C04

Tints of Seal Brown #310C04

Color information

#310C04 (or 0x310C04) is unknown color: approx Seal Brown. HEX triplet: 31, 0C and 04. RGB value is (49,12,4). Sum of RGB (Red+Green+Blue) = 49+12+4=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #310C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C04 is #CEF3FB. Grayscale: #161616. Windows color (decimal): -13562876 or 265265. OLE color: 265265.

HSL color Cylindrical-coordinate representation of color #310C04: hue angle of 10.67º 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 #310C04 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB49124-
CMYK00.760.920.81
HSL10.67º84.91%10.39%-
HSV(B)10.67º91.84%19.22%-
XYZ1.420.920.22-
YUV22.15117.76147.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 75.38%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=75.38%
G=18.46%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4912400.760.920.8110.6784.9110.39
Hex31C404C5C51b55a
Octal6114401141341211312512
Binary11000111001000100110010111001010001101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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