#473110

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

Shades of Clinker #473110

Tints of Clinker #473110

Color information

#473110 (or 0x473110) is unknown color: approx Clinker. HEX triplet: 47, 31 and 10. RGB value is (71,49,16). Sum of RGB (Red+Green+Blue) = 71+49+16=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #473110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473110 is #B8CEEF. Grayscale: #333333. Windows color (decimal): -12111600 or 1061191. OLE color: 1061191.

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

Color convert

RGB714916-
CMYK00.310.770.72
HSL36º63.22%17.06%-
HSV(B)36º77.46%27.84%-
XYZ3.793.570.98-
YUV51.82107.79141.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=52.21%
G=36.03%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71491600.310.770.723663.2217.06
Hex47311001F4D48243f11
Octal1076120037115110447721
Binary1000111110001100000111111001101100100010010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473110; }

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

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

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

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

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

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

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

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