#47381D

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

Shades of Clinker #47381D

Tints of Clinker #47381D

Color information

#47381D (or 0x47381D) is unknown color: approx Clinker. HEX triplet: 47, 38 and 1D. RGB value is (71,56,29). Sum of RGB (Red+Green+Blue) = 71+56+29=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47381D is #B8C7E2. Grayscale: #393939. Windows color (decimal): -12109795 or 1914951. OLE color: 1914951.

HSL color Cylindrical-coordinate representation of color #47381D: hue angle of 38.57º 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 #47381D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB715629-
CMYK00.210.590.72
HSL38.57º42%19.61%-
HSV(B)38.57º59.15%27.84%-
XYZ4.234.261.76-
YUV57.41111.97137.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=45.51%
G=35.90%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71562900.210.590.7238.574219.61
Hex47381D0153B48272a14
Octal107703502573110475224
Binary100011111100011101010101111011100100010011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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