#48120A

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

Shades of Seal Brown #48120A

Tints of Seal Brown #48120A

Color information

#48120A (or 0x48120A) is unknown color: approx Seal Brown. HEX triplet: 48, 12 and 0A. RGB value is (72,18,10). Sum of RGB (Red+Green+Blue) = 72+18+10=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #48120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48120A is #B7EDF5. Grayscale: #212121. Windows color (decimal): -12054006 or 660040. OLE color: 660040.

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

Color convert

RGB721810-
CMYK00.750.860.72
HSL7.74º75.61%16.08%-
HSV(B)7.74º86.11%28.24%-
XYZ2.941.830.49-
YUV33.23114.89155.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72181000.750.860.727.7475.6116.08
Hex4812A04B564884c10
Octal110221201131261101011420
Binary100100010010101001001011101011010010001000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48120A; }

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

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

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

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

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

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

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

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