#473210

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

Shades of Clinker #473210

Tints of Clinker #473210

Color information

#473210 (or 0x473210) is unknown color: approx Clinker. HEX triplet: 47, 32 and 10. RGB value is (71,50,16). Sum of RGB (Red+Green+Blue) = 71+50+16=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #473210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473210 is #B8CDEF. Grayscale: #343434. Windows color (decimal): -12111344 or 1061447. OLE color: 1061447.

HSL color Cylindrical-coordinate representation of color #473210: hue angle of 37.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #473210 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB715016-
CMYK00.300.770.72
HSL37.09º63.22%17.06%-
HSV(B)37.09º77.46%27.84%-
XYZ3.833.660.99-
YUV52.4107.46141.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=51.82%
G=36.50%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71501600.300.770.7237.0963.2217.06
Hex47321001E4D48253f11
Octal1076220036115110457721
Binary1000111110010100000111101001101100100010010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473210; }

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

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

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

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

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

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

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

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