#473521

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

Shades of Clinker #473521

Tints of Clinker #473521

Color information

#473521 (or 0x473521) is unknown color: approx Clinker. HEX triplet: 47, 35 and 21. RGB value is (71,53,33). Sum of RGB (Red+Green+Blue) = 71+53+33=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473521 is #B8CADE. Grayscale: #383838. Windows color (decimal): -12110559 or 2176327. OLE color: 2176327.

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

Color convert

RGB715333-
CMYK00.250.540.72
HSL31.58º36.54%20.39%-
HSV(B)31.58º53.52%27.84%-
XYZ4.1541.99-
YUV56.1114.96138.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=45.22%
G=33.76%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71533300.250.540.7231.5836.5420.39
Hex4735210193648202514
Octal107654103166110404524
Binary1000111110101100001011001110110100100010000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473521; }

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

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

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

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

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

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

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

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