#481711

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

Shades of Seal Brown #481711

Tints of Seal Brown #481711

Color information

#481711 (or 0x481711) is unknown color: approx Seal Brown. HEX triplet: 48, 17 and 11. RGB value is (72,23,17). Sum of RGB (Red+Green+Blue) = 72+23+17=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481711 is #B7E8EE. Grayscale: #252525. Windows color (decimal): -12052719 or 1120072. OLE color: 1120072.

HSL color Cylindrical-coordinate representation of color #481711: hue angle of 6.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481711 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB722317-
CMYK00.680.760.72
HSL6.55º61.8%17.45%-
HSV(B)6.55º76.39%28.24%-
XYZ3.082.030.76-
YUV36.97116.73152.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=64.29%
G=20.54%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72231700.680.760.726.5561.817.45
Hex4817110444C4873e11
Octal1102721010411411077621
Binary10010001011110001010001001001100100100011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481711; }

 p { color: rgb(72,23,17); }

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

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

 a { background-color: rgb(72,23,17); }

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

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

 span { border-color: rgb(72,23,17); }

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