#473516

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

Shades of Clinker #473516

Tints of Clinker #473516

Color information

#473516 (or 0x473516) is unknown color: approx Clinker. HEX triplet: 47, 35 and 16. RGB value is (71,53,22). Sum of RGB (Red+Green+Blue) = 71+53+22=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #473516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473516 is #B8CAE9. Grayscale: #363636. Windows color (decimal): -12110570 or 1455431. OLE color: 1455431.

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

Color convert

RGB715322-
CMYK00.250.690.72
HSL37.96º52.69%18.24%-
HSV(B)37.96º69.01%27.84%-
XYZ4.023.941.31-
YUV54.85109.46139.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=48.63%
G=36.30%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71532200.250.690.7237.9652.6918.24
Hex4735160194548263512
Octal1076526031105110466522
Binary1000111110101101100110011000101100100010011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473516; }

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

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

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

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

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

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

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

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