#473214

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

Shades of Clinker #473214

Tints of Clinker #473214

Color information

#473214 (or 0x473214) is unknown color: approx Clinker. HEX triplet: 47, 32 and 14. RGB value is (71,50,20). Sum of RGB (Red+Green+Blue) = 71+50+20=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473214 is #B8CDEB. Grayscale: #353535. Windows color (decimal): -12111340 or 1323591. OLE color: 1323591.

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

Color convert

RGB715020-
CMYK00.300.720.72
HSL35.29º56.04%17.84%-
HSV(B)35.29º71.83%27.84%-
XYZ3.873.671.17-
YUV52.86109.46140.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=50.35%
G=35.46%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71502000.300.720.7235.2956.0417.84
Hex47321401E4848233812
Octal1076224036110110437022
Binary1000111110010101000111101001000100100010001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473214; }

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

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

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

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

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

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

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

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