#472F15

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

Shades of Clinker #472F15

Tints of Clinker #472F15

Color information

#472F15 (or 0x472F15) is unknown color: approx Clinker. HEX triplet: 47, 2F and 15. RGB value is (71,47,21). Sum of RGB (Red+Green+Blue) = 71+47+21=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F15 is #B8D0EA. Grayscale: #333333. Windows color (decimal): -12112107 or 1388359. OLE color: 1388359.

HSL color Cylindrical-coordinate representation of color #472F15: hue angle of 31.2º 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 #472F15 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB714721-
CMYK00.340.700.72
HSL31.2º54.35%18.04%-
HSV(B)31.2º70.42%27.84%-
XYZ3.753.431.17-
YUV51.21110.95142.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=51.08%
G=33.81%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71472100.340.700.7231.254.3518.04
Hex472F1502246481f3612
Octal1075725042106110376622
Binary1000111101111101010100010100011010010001111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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