#481008

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

Shades of Seal Brown #481008

Tints of Seal Brown #481008

Color information

#481008 (or 0x481008) is unknown color: approx Seal Brown. HEX triplet: 48, 10 and 08. RGB value is (72,16,8). Sum of RGB (Red+Green+Blue) = 72+16+8=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481008 is #B7EFF7. Grayscale: #1F1F1F. Windows color (decimal): -12054520 or 528456. OLE color: 528456.

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

Color convert

RGB72168-
CMYK00.780.890.72
HSL7.5º80%15.69%-
HSV(B)7.5º88.89%28.24%-
XYZ2.91.770.42-
YUV31.83114.55156.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=75%
G=16.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216800.780.890.727.58015.69
Hex4810804E594885010
Octal110201001161311101012020
Binary100100010000100001001110101100110010001000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481008; }

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

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

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

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

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

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

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

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