#481817

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

Shades of Seal Brown #481817

Tints of Seal Brown #481817

Color information

#481817 (or 0x481817) is unknown color: approx Seal Brown. HEX triplet: 48, 18 and 17. RGB value is (72,24,23). Sum of RGB (Red+Green+Blue) = 72+24+23=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481817 is #B7E7E8. Grayscale: #262626. Windows color (decimal): -12052457 or 1513544. OLE color: 1513544.

HSL color Cylindrical-coordinate representation of color #481817: hue angle of 1.22º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481817 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB722423-
CMYK00.670.680.72
HSL1.22º51.58%18.63%-
HSV(B)1.22º68.06%28.24%-
XYZ3.152.091.05-
YUV38.24119.4152.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=60.50%
G=20.17%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72242300.670.680.721.2251.5818.63
Hex481817043444813413
Octal1103027010310411016423
Binary100100011000101110100001110001001001000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481817; }

 p { color: rgb(72,24,23); }

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

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

 a { background-color: rgb(72,24,23); }

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

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

 span { border-color: rgb(72,24,23); }

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