#471714

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

Shades of Seal Brown #471714

Tints of Seal Brown #471714

Color information

#471714 (or 0x471714) is unknown color: approx Seal Brown. HEX triplet: 47, 17 and 14. RGB value is (71,23,20). Sum of RGB (Red+Green+Blue) = 71+23+20=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471714 is #B8E8EB. Grayscale: #252525. Windows color (decimal): -12118252 or 1316679. OLE color: 1316679.

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

Color convert

RGB712320-
CMYK00.680.720.72
HSL3.53º56.04%17.84%-
HSV(B)3.53º71.83%27.84%-
XYZ3.0320.89-
YUV37.01118.4152.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=62.28%
G=20.18%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71232000.680.720.723.5356.0417.84
Hex471714044484843812
Octal1072724010411011047022
Binary10001111011110100010001001001000100100010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471714; }

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

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

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

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

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

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

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

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