#47361E

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

Shades of Clinker #47361E

Tints of Clinker #47361E

Color information

#47361E (or 0x47361E) is unknown color: approx Clinker. HEX triplet: 47, 36 and 1E. RGB value is (71,54,30). Sum of RGB (Red+Green+Blue) = 71+54+30=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47361E is #B8C9E1. Grayscale: #383838. Windows color (decimal): -12110306 or 1979975. OLE color: 1979975.

HSL color Cylindrical-coordinate representation of color #47361E: hue angle of 35.12º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47361E is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB715430-
CMYK00.240.580.72
HSL35.12º40.59%19.8%-
HSV(B)35.12º57.75%27.84%-
XYZ4.154.071.8-
YUV56.35113.13138.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=45.81%
G=34.84%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71543000.240.580.7235.1240.5919.8
Hex47361E0183A48232914
Octal107663603072110435124
Binary100011111011011110011000111010100100010001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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