#47381F

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

Shades of Clinker #47381F

Tints of Clinker #47381F

Color information

#47381F (or 0x47381F) is unknown color: approx Clinker. HEX triplet: 47, 38 and 1F. RGB value is (71,56,31). Sum of RGB (Red+Green+Blue) = 71+56+31=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #47381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47381F is #B8C7E0. Grayscale: #393939. Windows color (decimal): -12109793 or 2046023. OLE color: 2046023.

HSL color Cylindrical-coordinate representation of color #47381F: hue angle of 37.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47381F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB715631-
CMYK00.210.560.72
HSL37.5º39.22%20%-
HSV(B)37.5º56.34%27.84%-
XYZ4.264.271.9-
YUV57.64112.97137.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=44.94%
G=35.44%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71563100.210.560.7237.539.2220
Hex47381F0153848252714
Octal107703702570110454724
Binary100011111100011111010101111000100100010010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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