#481002

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

Shades of Seal Brown #481002

Tints of Seal Brown #481002

Color information

#481002 (or 0x481002) is unknown color: approx Seal Brown. HEX triplet: 48, 10 and 02. RGB value is (72,16,2). Sum of RGB (Red+Green+Blue) = 72+16+2=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #481002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481002 is #B7EFFD. Grayscale: #1F1F1F. Windows color (decimal): -12054526 or 135240. OLE color: 135240.

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

Color convert

RGB72162-
CMYK00.780.970.72
HSL12º94.59%14.51%-
HSV(B)12º97.22%28.24%-
XYZ2.871.750.24-
YUV31.15111.55157.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=80%
G=17.78%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216200.780.970.721294.5914.51
Hex4810204E6148c5ff
Octal11020201161411101413717
Binary100100010000100100111011000011001000110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481002; }

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

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

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

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

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

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

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

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