#473520

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

Shades of Clinker #473520

Tints of Clinker #473520

Color information

#473520 (or 0x473520) is unknown color: approx Clinker. HEX triplet: 47, 35 and 20. RGB value is (71,53,32). Sum of RGB (Red+Green+Blue) = 71+53+32=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #473520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473520 is #B8CADF. Grayscale: #383838. Windows color (decimal): -12110560 or 2110791. OLE color: 2110791.

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

Color convert

RGB715332-
CMYK00.250.550.72
HSL32.31º37.86%20.2%-
HSV(B)32.31º54.93%27.84%-
XYZ4.133.991.92-
YUV55.99114.46138.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=45.51%
G=33.97%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71533200.250.550.7232.3137.8620.2
Hex4735200193748202614
Octal107654003167110404624
Binary1000111110101100000011001110111100100010000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473520; }

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

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

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

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

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

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

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

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