#481108

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

Shades of Seal Brown #481108

Tints of Seal Brown #481108

Color information

#481108 (or 0x481108) is unknown color: approx Seal Brown. HEX triplet: 48, 11 and 08. RGB value is (72,17,8). Sum of RGB (Red+Green+Blue) = 72+17+8=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481108 is #B7EEF7. Grayscale: #202020. Windows color (decimal): -12054264 or 528712. OLE color: 528712.

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

Color convert

RGB72178-
CMYK00.760.890.72
HSL8.44º80%15.69%-
HSV(B)8.44º88.89%28.24%-
XYZ2.921.80.42-
YUV32.42114.22156.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 74.23%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=74.23%
G=17.53%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7217800.760.890.728.448015.69
Hex4811804C594885010
Octal110211001141311101012020
Binary100100010001100001001100101100110010001000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481108; }

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

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

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

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

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

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

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

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