#472D03

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

Shades of Clinker #472D03

Tints of Clinker #472D03

Color information

#472D03 (or 0x472D03) is unknown color: approx Clinker. HEX triplet: 47, 2D and 03. RGB value is (71,45,3). Sum of RGB (Red+Green+Blue) = 71+45+3=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #472D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D03 is #B8D2FC. Grayscale: #303030. Windows color (decimal): -12112637 or 208199. OLE color: 208199.

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

Color convert

RGB71453-
CMYK00.370.960.72
HSL37.06º91.89%14.51%-
HSV(B)37.06º95.77%27.84%-
XYZ3.553.220.52-
YUV47.99102.61144.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 45 (17.97% from 255) = 37.82%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=59.66%
G=37.82%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145300.370.960.7237.0691.8914.51
Hex472D30256048255cf
Octal1075530451401104513417
Binary10001111011011101001011100000100100010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,45,3); }

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

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

 a { background-color: rgb(71,45,3); }

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

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

 span { border-color: rgb(71,45,3); }

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