#472E15

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

Shades of Clinker #472E15

Tints of Clinker #472E15

Color information

#472E15 (or 0x472E15) is unknown color: approx Clinker. HEX triplet: 47, 2E and 15. RGB value is (71,46,21). Sum of RGB (Red+Green+Blue) = 71+46+21=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E15 is #B8D1EA. Grayscale: #323232. Windows color (decimal): -12112363 or 1388103. OLE color: 1388103.

HSL color Cylindrical-coordinate representation of color #472E15: hue angle of 30º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472E15 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB714621-
CMYK00.350.700.72
HSL30º54.35%18.04%-
HSV(B)30º70.42%27.84%-
XYZ3.713.351.16-
YUV50.62111.28142.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=51.45%
G=33.33%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71462100.350.700.723054.3518.04
Hex472E1502346481e3612
Octal1075625043106110366622
Binary1000111101110101010100011100011010010001111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E15; }

 p { color: rgb(71,46,21); }

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

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

 a { background-color: rgb(71,46,21); }

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

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

 span { border-color: rgb(71,46,21); }

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