#473321

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

Shades of Clinker #473321

Tints of Clinker #473321

Color information

#473321 (or 0x473321) is unknown color: approx Clinker. HEX triplet: 47, 33 and 21. RGB value is (71,51,33). Sum of RGB (Red+Green+Blue) = 71+51+33=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #473321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473321 is #B8CCDE. Grayscale: #373737. Windows color (decimal): -12111071 or 2175815. OLE color: 2175815.

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

Color convert

RGB715133-
CMYK00.280.540.72
HSL28.42º36.54%20.39%-
HSV(B)28.42º53.52%27.84%-
XYZ4.063.821.96-
YUV54.93115.63139.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=45.81%
G=32.90%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71513300.280.540.7228.4236.5420.39
Hex47332101C36481c2514
Octal107634103466110344524
Binary100011111001110000101110011011010010001110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473321; }

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

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

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

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

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

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

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

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