#4A110E

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

Shades of Seal Brown #4A110E

Tints of Seal Brown #4A110E

Color information

#4A110E (or 0x4A110E) is unknown color: approx Seal Brown. HEX triplet: 4A, 11 and 0E. RGB value is (74,17,14). Sum of RGB (Red+Green+Blue) = 74+17+14=105 (13% of max value = 765). Red value is 74 (29.30% from 255 or 70.48% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 74 - color contains mainly: red. Hex color #4A110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A110E is #B5EEF1. Grayscale: #212121. Windows color (decimal): -11923186 or 921930. OLE color: 921930.

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

Color convert

RGB741714-
CMYK00.770.810.71
HSL68.18%17.25%-
HSV(B)81.08%29.02%-
XYZ3.11.890.62-
YUV33.7116.88156.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 70.48%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=70.48%
G=16.19%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74171400.770.810.71368.1817.25
Hex4A11E04D514734411
Octal11221160115121107310421
Binary1001010100011110010011011010001100011111100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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