#472E07

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

Shades of Clinker #472E07

Tints of Clinker #472E07

Color information

#472E07 (or 0x472E07) is unknown color: approx Clinker. HEX triplet: 47, 2E and 07. RGB value is (71,46,7). Sum of RGB (Red+Green+Blue) = 71+46+7=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E07 is #B8D1F8. Grayscale: #313131. Windows color (decimal): -12112377 or 470599. OLE color: 470599.

HSL color Cylindrical-coordinate representation of color #472E07: hue angle of 36.56º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #472E07 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB71467-
CMYK00.350.900.72
HSL36.56º82.05%15.29%-
HSV(B)36.56º90.14%27.84%-
XYZ3.613.310.65-
YUV49.03104.28143.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 7 (3.12% from 255) = 5.65%
R=57.26%
G=37.10%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146700.350.900.7236.5682.0515.29
Hex472E70235A482552f
Octal1075670431321104512217
Binary100011110111011101000111011010100100010010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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