#472E14

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

Shades of Clinker #472E14

Tints of Clinker #472E14

Color information

#472E14 (or 0x472E14) is unknown color: approx Clinker. HEX triplet: 47, 2E and 14. RGB value is (71,46,20). Sum of RGB (Red+Green+Blue) = 71+46+20=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E14 is #B8D1EB. Grayscale: #323232. Windows color (decimal): -12112364 or 1322567. OLE color: 1322567.

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

Color convert

RGB714620-
CMYK00.350.720.72
HSL30.59º56.04%17.84%-
HSV(B)30.59º71.83%27.84%-
XYZ3.73.341.11-
YUV50.51110.78142.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=51.82%
G=33.58%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71462000.350.720.7230.5956.0417.84
Hex472E1402348481f3812
Octal1075624043110110377022
Binary1000111101110101000100011100100010010001111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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