#48140A

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

Shades of Seal Brown #48140A

Tints of Seal Brown #48140A

Color information

#48140A (or 0x48140A) is unknown color: approx Seal Brown. HEX triplet: 48, 14 and 0A. RGB value is (72,20,10). Sum of RGB (Red+Green+Blue) = 72+20+10=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #48140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48140A is #B7EBF5. Grayscale: #222222. Windows color (decimal): -12053494 or 660552. OLE color: 660552.

HSL color Cylindrical-coordinate representation of color #48140A: hue angle of 9.68º 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 #48140A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB722010-
CMYK00.720.860.72
HSL9.68º75.61%16.08%-
HSV(B)9.68º86.11%28.24%-
XYZ2.981.90.5-
YUV34.41114.23154.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 70.59%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=70.59%
G=19.61%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72201000.720.860.729.6875.6116.08
Hex4814A0485648a4c10
Octal110241201101261101211420
Binary100100010100101001001000101011010010001010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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