#481212

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

Shades of Seal Brown #481212

Tints of Seal Brown #481212

Color information

#481212 (or 0x481212) is unknown color: approx Seal Brown. HEX triplet: 48, 12 and 12. RGB value is (72,18,18). Sum of RGB (Red+Green+Blue) = 72+18+18=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481212 is #B7EDED. Grayscale: #222222. Windows color (decimal): -12053998 or 1184328. OLE color: 1184328.

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

Color convert

RGB721818-
CMYK00.750.750.72
HSL60%17.65%-
HSV(B)75%28.24%-
XYZ31.850.77-
YUV34.15118.89155-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72181800.750.750.7206017.65
Hex48121204B4B4803c12
Octal1102222011311311007422
Binary100100010010100100100101110010111001000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481212; }

 p { color: rgb(72,18,18); }

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

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

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

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

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

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

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