#481614

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

Shades of Seal Brown #481614

Tints of Seal Brown #481614

Color information

#481614 (or 0x481614) is unknown color: approx Seal Brown. HEX triplet: 48, 16 and 14. RGB value is (72,22,20). Sum of RGB (Red+Green+Blue) = 72+22+20=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481614 is #B7E9EB. Grayscale: #242424. Windows color (decimal): -12052972 or 1316424. OLE color: 1316424.

HSL color Cylindrical-coordinate representation of color #481614: hue angle of 2.31º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481614 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB722220-
CMYK00.690.720.72
HSL2.31º56.52%18.04%-
HSV(B)2.31º72.22%28.24%-
XYZ3.0920.89-
YUV36.72118.56153.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=63.16%
G=19.30%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72222000.690.720.722.3156.5218.04
Hex481614045484823912
Octal1102624010511011027122
Binary1001000101101010001000101100100010010001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481614; }

 p { color: rgb(72,22,20); }

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

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

 a { background-color: rgb(72,22,20); }

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

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

 span { border-color: rgb(72,22,20); }

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