#481105

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

Shades of Seal Brown #481105

Tints of Seal Brown #481105

Color information

#481105 (or 0x481105) is unknown color: approx Seal Brown. HEX triplet: 48, 11 and 05. RGB value is (72,17,5). Sum of RGB (Red+Green+Blue) = 72+17+5=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481105 is #B7EEFA. Grayscale: #202020. Windows color (decimal): -12054267 or 332104. OLE color: 332104.

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

Color convert

RGB72175-
CMYK00.760.930.72
HSL10.75º87.01%15.1%-
HSV(B)10.75º93.06%28.24%-
XYZ2.91.790.34-
YUV32.08112.72156.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=76.60%
G=18.09%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7217500.760.930.7210.7587.0115.1
Hex4811504C5D48b57f
Octal11021501141351101312717
Binary1001000100011010100110010111011001000101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481105; }

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

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

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

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

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

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

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

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