#472E01

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

Shades of Clinker #472E01

Tints of Clinker #472E01

Color information

#472E01 (or 0x472E01) is unknown color: approx Clinker. HEX triplet: 47, 2E and 01. RGB value is (71,46,1). Sum of RGB (Red+Green+Blue) = 71+46+1=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E01 is #B8D1FE. Grayscale: #303030. Windows color (decimal): -12112383 or 77383. OLE color: 77383.

HSL color Cylindrical-coordinate representation of color #472E01: hue angle of 38.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #472E01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB71461-
CMYK00.350.990.72
HSL38.57º97.22%14.12%-
HSV(B)38.57º98.59%27.84%-
XYZ3.583.30.48-
YUV48.34101.28144.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=60.17%
G=38.98%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146100.350.990.7238.5797.2214.12
Hex472E102363482761e
Octal1075610431431104714116
Binary1000111101110101000111100011100100010011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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