#472F14

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

Shades of Clinker #472F14

Tints of Clinker #472F14

Color information

#472F14 (or 0x472F14) is unknown color: approx Clinker. HEX triplet: 47, 2F and 14. RGB value is (71,47,20). Sum of RGB (Red+Green+Blue) = 71+47+20=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F14 is #B8D0EB. Grayscale: #333333. Windows color (decimal): -12112108 or 1322823. OLE color: 1322823.

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

Color convert

RGB714720-
CMYK00.340.720.72
HSL31.76º56.04%17.84%-
HSV(B)31.76º71.83%27.84%-
XYZ3.743.421.13-
YUV51.1110.45142.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=51.45%
G=34.06%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71472000.340.720.7231.7656.0417.84
Hex472F140224848203812
Octal1075724042110110407022
Binary10001111011111010001000101001000100100010000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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