#48140E

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

Shades of Seal Brown #48140E

Tints of Seal Brown #48140E

Color information

#48140E (or 0x48140E) is unknown color: approx Seal Brown. HEX triplet: 48, 14 and 0E. RGB value is (72,20,14). Sum of RGB (Red+Green+Blue) = 72+20+14=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #48140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48140E is #B7EBF1. Grayscale: #222222. Windows color (decimal): -12053490 or 922696. OLE color: 922696.

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

Color convert

RGB722014-
CMYK00.720.810.72
HSL6.21º67.44%16.86%-
HSV(B)6.21º80.56%28.24%-
XYZ31.910.63-
YUV34.86116.23154.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=67.92%
G=18.87%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72201400.720.810.726.2167.4416.86
Hex4814E048514864311
Octal11024160110121110610321
Binary10010001010011100100100010100011001000110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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