#481311

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

Shades of Seal Brown #481311

Tints of Seal Brown #481311

Color information

#481311 (or 0x481311) is unknown color: approx Seal Brown. HEX triplet: 48, 13 and 11. RGB value is (72,19,17). Sum of RGB (Red+Green+Blue) = 72+19+17=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481311 is #B7ECEE. Grayscale: #222222. Windows color (decimal): -12053743 or 1119048. OLE color: 1119048.

HSL color Cylindrical-coordinate representation of color #481311: hue angle of 2.18º 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 #481311 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB721917-
CMYK00.740.760.72
HSL2.18º61.8%17.45%-
HSV(B)2.18º76.39%28.24%-
XYZ3.011.880.74-
YUV34.62118.06154.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=66.67%
G=17.59%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72191700.740.760.722.1861.817.45
Hex48131104A4C4823e11
Octal1102321011211411027621
Binary1001000100111000101001010100110010010001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481311; }

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

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

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

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

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

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

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

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