#473414

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

Shades of Clinker #473414

Tints of Clinker #473414

Color information

#473414 (or 0x473414) is unknown color: approx Clinker. HEX triplet: 47, 34 and 14. RGB value is (71,52,20). Sum of RGB (Red+Green+Blue) = 71+52+20=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473414 is #B8CBEB. Grayscale: #363636. Windows color (decimal): -12110828 or 1324103. OLE color: 1324103.

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

Color convert

RGB715220-
CMYK00.270.720.72
HSL37.65º56.04%17.84%-
HSV(B)37.65º71.83%27.84%-
XYZ3.953.851.2-
YUV54.03108.79140.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=49.65%
G=36.36%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71522000.270.720.7237.6556.0417.84
Hex47341401B4848263812
Octal1076424033110110467022
Binary1000111110100101000110111001000100100010011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473414; }

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

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

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

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

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

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

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

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