#4A0E0D

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

Shades of Seal Brown #4A0E0D

Tints of Seal Brown #4A0E0D

Color information

#4A0E0D (or 0x4A0E0D) is unknown color: approx Seal Brown. HEX triplet: 4A, 0E and 0D. RGB value is (74,14,13). Sum of RGB (Red+Green+Blue) = 74+14+13=101 (13% of max value = 765). Red value is 74 (29.30% from 255 or 73.27% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0E0D is #B5F1F2. Grayscale: #1F1F1F. Windows color (decimal): -11923955 or 855626. OLE color: 855626.

HSL color Cylindrical-coordinate representation of color #4A0E0D: hue angle of 0.98º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A0E0D is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB741413-
CMYK00.810.820.71
HSL0.98º70.11%17.06%-
HSV(B)0.98º82.43%29.02%-
XYZ3.051.80.57-
YUV31.83117.38158.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 73.27%
GREEN value IS 14 (5.86% from 255) = 13.86%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=73.27%
G=13.86%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74141300.810.820.710.9870.1117.06
Hex4AED051524714611
Octal11216150121122107110621
Binary10010101110110101010001101001010001111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A0E0D; }

 p { color: rgb(74,14,13); }

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

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

 a { background-color: rgb(74,14,13); }

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

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

 span { border-color: rgb(74,14,13); }

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