#47351D

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

Shades of Clinker #47351D

Tints of Clinker #47351D

Color information

#47351D (or 0x47351D) is unknown color: approx Clinker. HEX triplet: 47, 35 and 1D. RGB value is (71,53,29). Sum of RGB (Red+Green+Blue) = 71+53+29=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47351D is #B8CAE2. Grayscale: #373737. Windows color (decimal): -12110563 or 1914183. OLE color: 1914183.

HSL color Cylindrical-coordinate representation of color #47351D: hue angle of 34.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47351D is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB715329-
CMYK00.250.590.72
HSL34.29º42%19.61%-
HSV(B)34.29º59.15%27.84%-
XYZ4.093.971.71-
YUV55.65112.96138.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=46.41%
G=34.64%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71532900.250.590.7234.294219.61
Hex47351D0193B48222a14
Octal107653503173110425224
Binary100011111010111101011001111011100100010001010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47351D; }

 p { color: rgb(71,53,29); }

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

<style>
 a { background-color: #47351D; }

 a { background-color: rgb(71,53,29); }

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

<style>
 span { border-color: #47351D; }

 span { border-color: rgb(71,53,29); }

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