#472D00

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

Shades of Clinker #472D00

Tints of Clinker #472D00

Color information

#472D00 (or 0x472D00) is unknown color: approx Clinker. HEX triplet: 47, 2D and 00. RGB value is (71,45,0). Sum of RGB (Red+Green+Blue) = 71+45+0=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #472D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D00 is #B8D2FF. Grayscale: #2F2F2F. Windows color (decimal): -12112640 or 11591. OLE color: 11591.

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

Color convert

RGB71450-
CMYK00.3710.72
HSL38.03º100%13.92%-
HSV(B)38.03º100%27.84%-
XYZ3.543.220.43-
YUV47.64101.11144.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.21%
G=38.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145000.3710.7238.0310013.92
Hex472D002564482664e
Octal1075500451441104614416
Binary1000111101101001001011100100100100010011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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