#481010

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

Shades of Seal Brown #481010

Tints of Seal Brown #481010

Color information

#481010 (or 0x481010) is unknown color: approx Seal Brown. HEX triplet: 48, 10 and 10. RGB value is (72,16,16). Sum of RGB (Red+Green+Blue) = 72+16+16=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #481010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481010 is #B7EFEF. Grayscale: #202020. Windows color (decimal): -12054512 or 1052744. OLE color: 1052744.

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

Color convert

RGB721616-
CMYK00.780.780.72
HSL63.64%17.25%-
HSV(B)77.78%28.24%-
XYZ2.951.790.68-
YUV32.74118.55156-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=69.23%
G=15.38%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72161600.780.780.72063.6417.25
Hex48101004E4E4804011
Octal11020200116116110010021
Binary1001000100001000001001110100111010010000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481010; }

 p { color: rgb(72,16,16); }

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

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

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

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

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

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

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