#47310F

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

Shades of Clinker #47310F

Tints of Clinker #47310F

Color information

#47310F (or 0x47310F) is unknown color: approx Clinker. HEX triplet: 47, 31 and 0F. RGB value is (71,49,15). Sum of RGB (Red+Green+Blue) = 71+49+15=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47310F is #B8CEF0. Grayscale: #333333. Windows color (decimal): -12111601 or 995655. OLE color: 995655.

HSL color Cylindrical-coordinate representation of color #47310F: hue angle of 36.43º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47310F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB714915-
CMYK00.310.790.72
HSL36.43º65.12%16.86%-
HSV(B)36.43º78.87%27.84%-
XYZ3.783.570.94-
YUV51.7107.29141.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=52.59%
G=36.30%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71491500.310.790.7236.4365.1216.86
Hex4731F01F4F48244111
Octal10761170371171104410121
Binary1000111110001111101111110011111001000100100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47310F; }

 p { color: rgb(71,49,15); }

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

<style>
 a { background-color: #47310F; }

 a { background-color: rgb(71,49,15); }

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

<style>
 span { border-color: #47310F; }

 span { border-color: rgb(71,49,15); }

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