#311207

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

Shades of Seal Brown #311207

Tints of Seal Brown #311207

Color information

#311207 (or 0x311207) is unknown color: approx Seal Brown. HEX triplet: 31, 12 and 07. RGB value is (49,18,7). Sum of RGB (Red+Green+Blue) = 49+18+7=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311207 is #CEEDF8. Grayscale: #1A1A1A. Windows color (decimal): -13561337 or 463409. OLE color: 463409.

HSL color Cylindrical-coordinate representation of color #311207: hue angle of 15.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311207 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.81.

Color convert

RGB49187-
CMYK00.630.860.81
HSL15.71º75%10.98%-
HSV(B)15.71º85.71%19.22%-
XYZ1.521.10.33-
YUV26.02117.27144.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 7 (3.12% from 255) = 9.46%
R=66.22%
G=24.32%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4918700.630.860.8115.717510.98
Hex3112703F5651104bb
Octal612270771261212011313
Binary110001100101110111111101011010100011000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311207; }

 p { color: rgb(49,18,7); }

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

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

 a { background-color: rgb(49,18,7); }

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

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

 span { border-color: rgb(49,18,7); }

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