#473820

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

Shades of Clinker #473820

Tints of Clinker #473820

Color information

#473820 (or 0x473820) is unknown color: approx Clinker. HEX triplet: 47, 38 and 20. RGB value is (71,56,32). Sum of RGB (Red+Green+Blue) = 71+56+32=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #473820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473820 is #B8C7DF. Grayscale: #393939. Windows color (decimal): -12109792 or 2111559. OLE color: 2111559.

HSL color Cylindrical-coordinate representation of color #473820: hue angle of 36.92º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473820 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB715632-
CMYK00.210.550.72
HSL36.92º37.86%20.2%-
HSV(B)36.92º54.93%27.84%-
XYZ4.274.271.97-
YUV57.75113.47137.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=44.65%
G=35.22%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71563200.210.550.7236.9237.8620.2
Hex4738200153748252614
Octal107704002567110454624
Binary1000111111000100000010101110111100100010010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473820; }

 p { color: rgb(71,56,32); }

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

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

 a { background-color: rgb(71,56,32); }

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

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

 span { border-color: rgb(71,56,32); }

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