#473416

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

Shades of Clinker #473416

Tints of Clinker #473416

Color information

#473416 (or 0x473416) is unknown color: approx Clinker. HEX triplet: 47, 34 and 16. RGB value is (71,52,22). Sum of RGB (Red+Green+Blue) = 71+52+22=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473416 is #B8CBE9. Grayscale: #363636. Windows color (decimal): -12110826 or 1455175. OLE color: 1455175.

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

Color convert

RGB715222-
CMYK00.270.690.72
HSL36.73º52.69%18.24%-
HSV(B)36.73º69.01%27.84%-
XYZ3.973.851.29-
YUV54.26109.79139.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=48.97%
G=35.86%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71522200.270.690.7236.7352.6918.24
Hex47341601B4548253512
Octal1076426033105110456522
Binary1000111110100101100110111000101100100010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473416; }

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

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

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

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

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

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

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

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