#47361F

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

Shades of Clinker #47361F

Tints of Clinker #47361F

Color information

#47361F (or 0x47361F) is unknown color: approx Clinker. HEX triplet: 47, 36 and 1F. RGB value is (71,54,31). Sum of RGB (Red+Green+Blue) = 71+54+31=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47361F is #B8C9E0. Grayscale: #383838. Windows color (decimal): -12110305 or 2045511. OLE color: 2045511.

HSL color Cylindrical-coordinate representation of color #47361F: hue angle of 34.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 #47361F is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB715431-
CMYK00.240.560.72
HSL34.5º39.22%20%-
HSV(B)34.5º56.34%27.84%-
XYZ4.174.081.86-
YUV56.46113.63138.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=45.51%
G=34.62%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71543100.240.560.7234.539.2220
Hex47361F0183848222714
Octal107663703070110424724
Binary100011111011011111011000111000100100010001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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