#472F04

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

Shades of Clinker #472F04

Tints of Clinker #472F04

Color information

#472F04 (or 0x472F04) is unknown color: approx Clinker. HEX triplet: 47, 2F and 04. RGB value is (71,47,4). Sum of RGB (Red+Green+Blue) = 71+47+4=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F04 is #B8D0FB. Grayscale: #313131. Windows color (decimal): -12112124 or 274247. OLE color: 274247.

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

Color convert

RGB71474-
CMYK00.340.940.72
HSL38.51º89.33%14.71%-
HSV(B)38.51º94.37%27.84%-
XYZ3.643.380.58-
YUV49.27102.45143.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=58.20%
G=38.52%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7147400.340.940.7238.5189.3314.71
Hex472F40225E482759f
Octal1075740421361104713117
Binary100011110111110001000101011110100100010011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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