#481007

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

Shades of Seal Brown #481007

Tints of Seal Brown #481007

Color information

#481007 (or 0x481007) is unknown color: approx Seal Brown. HEX triplet: 48, 10 and 07. RGB value is (72,16,7). Sum of RGB (Red+Green+Blue) = 72+16+7=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481007 is #B7EFF8. Grayscale: #1F1F1F. Windows color (decimal): -12054521 or 462920. OLE color: 462920.

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

Color convert

RGB72167-
CMYK00.780.900.72
HSL8.31º82.28%15.49%-
HSV(B)8.31º90.28%28.24%-
XYZ2.91.760.39-
YUV31.72114.05156.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75.79%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 7 (3.12% from 255) = 7.37%
R=75.79%
G=16.84%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216700.780.900.728.3182.2815.49
Hex4810704E5A48852f
Octal11020701161321101012217
Binary1001000100001110100111010110101001000100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481007; }

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

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

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

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

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

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

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

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