#473620

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

Shades of Clinker #473620

Tints of Clinker #473620

Color information

#473620 (or 0x473620) is unknown color: approx Clinker. HEX triplet: 47, 36 and 20. RGB value is (71,54,32). Sum of RGB (Red+Green+Blue) = 71+54+32=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473620 is #B8C9DF. Grayscale: #383838. Windows color (decimal): -12110304 or 2111047. OLE color: 2111047.

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

Color convert

RGB715432-
CMYK00.240.550.72
HSL33.85º37.86%20.2%-
HSV(B)33.85º54.93%27.84%-
XYZ4.184.081.93-
YUV56.58114.13138.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=45.22%
G=34.39%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71543200.240.550.7233.8537.8620.2
Hex4736200183748222614
Octal107664003067110424624
Binary1000111110110100000011000110111100100010001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473620; }

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

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

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

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

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

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

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

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