#471814

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

Shades of Seal Brown #471814

Tints of Seal Brown #471814

Color information

#471814 (or 0x471814) is unknown color: approx Seal Brown. HEX triplet: 47, 18 and 14. RGB value is (71,24,20). Sum of RGB (Red+Green+Blue) = 71+24+20=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471814 is #B8E7EB. Grayscale: #252525. Windows color (decimal): -12117996 or 1316935. OLE color: 1316935.

HSL color Cylindrical-coordinate representation of color #471814: hue angle of 4.71º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471814 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB712420-
CMYK00.660.720.72
HSL4.71º56.04%17.84%-
HSV(B)4.71º71.83%27.84%-
XYZ3.052.040.9-
YUV37.6118.07151.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=61.74%
G=20.87%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71242000.660.720.724.7156.0417.84
Hex471814042484853812
Octal1073024010211011057022
Binary10001111100010100010000101001000100100010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471814; }

 p { color: rgb(71,24,20); }

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

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

 a { background-color: rgb(71,24,20); }

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

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

 span { border-color: rgb(71,24,20); }

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