#472C07

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

Shades of Clinker #472C07

Tints of Clinker #472C07

Color information

#472C07 (or 0x472C07) is unknown color: approx Clinker. HEX triplet: 47, 2C and 07. RGB value is (71,44,7). Sum of RGB (Red+Green+Blue) = 71+44+7=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C07 is #B8D3F8. Grayscale: #303030. Windows color (decimal): -12112889 or 470087. OLE color: 470087.

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

Color convert

RGB71447-
CMYK00.380.900.72
HSL34.69º82.05%15.29%-
HSV(B)34.69º90.14%27.84%-
XYZ3.543.160.62-
YUV47.86104.95144.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 7 (3.12% from 255) = 5.74%
R=58.20%
G=36.07%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7144700.380.900.7234.6982.0515.29
Hex472C70265A482352f
Octal1075470461321104312217
Binary100011110110011101001101011010100100010001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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