#473216

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

Shades of Clinker #473216

Tints of Clinker #473216

Color information

#473216 (or 0x473216) is unknown color: approx Clinker. HEX triplet: 47, 32 and 16. RGB value is (71,50,22). Sum of RGB (Red+Green+Blue) = 71+50+22=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473216 is #B8CDE9. Grayscale: #353535. Windows color (decimal): -12111338 or 1454663. OLE color: 1454663.

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

Color convert

RGB715022-
CMYK00.300.690.72
HSL34.29º52.69%18.24%-
HSV(B)34.29º69.01%27.84%-
XYZ3.883.681.26-
YUV53.09110.46140.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=49.65%
G=34.97%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71502200.300.690.7234.2952.6918.24
Hex47321601E4548223512
Octal1076226036105110426522
Binary1000111110010101100111101000101100100010001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473216; }

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

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

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

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

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

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

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

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