#481210

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

Shades of Seal Brown #481210

Tints of Seal Brown #481210

Color information

#481210 (or 0x481210) is unknown color: approx Seal Brown. HEX triplet: 48, 12 and 10. RGB value is (72,18,16). Sum of RGB (Red+Green+Blue) = 72+18+16=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481210 is #B7EDEF. Grayscale: #212121. Windows color (decimal): -12054000 or 1053256. OLE color: 1053256.

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

Color convert

RGB721816-
CMYK00.750.780.72
HSL2.14º63.64%17.25%-
HSV(B)2.14º77.78%28.24%-
XYZ2.981.850.69-
YUV33.92117.89155.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=67.92%
G=16.98%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72181600.750.780.722.1463.6417.25
Hex48121004B4E4824011
Octal11022200113116110210021
Binary10010001001010000010010111001110100100010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481210; }

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

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

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

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

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

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

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

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