#473920

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

Shades of Clinker #473920

Tints of Clinker #473920

Color information

#473920 (or 0x473920) is unknown color: approx Clinker. HEX triplet: 47, 39 and 20. RGB value is (71,57,32). Sum of RGB (Red+Green+Blue) = 71+57+32=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #473920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473920 is #B8C6DF. Grayscale: #3A3A3A. Windows color (decimal): -12109536 or 2111815. OLE color: 2111815.

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

Color convert

RGB715732-
CMYK00.200.550.72
HSL38.46º37.86%20.2%-
HSV(B)38.46º54.93%27.84%-
XYZ4.324.371.98-
YUV58.34113.14137.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 32 (12.89% from 255) = 20%
R=44.38%
G=35.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71573200.200.550.7238.4637.8620.2
Hex4739200143748262614
Octal107714002467110464624
Binary1000111111001100000010100110111100100010011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473920; }

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

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

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

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

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

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

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

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