#47361A

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

Shades of Clinker #47361A

Tints of Clinker #47361A

Color information

#47361A (or 0x47361A) is unknown color: approx Clinker. HEX triplet: 47, 36 and 1A. RGB value is (71,54,26). Sum of RGB (Red+Green+Blue) = 71+54+26=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47361A is #B8C9E5. Grayscale: #383838. Windows color (decimal): -12110310 or 1717831. OLE color: 1717831.

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

Color convert

RGB715426-
CMYK00.240.630.72
HSL37.33º46.39%19.02%-
HSV(B)37.33º63.38%27.84%-
XYZ4.14.051.54-
YUV55.89111.13138.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=47.02%
G=35.76%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71542600.240.630.7237.3346.3919.02
Hex47361A0183F48252e13
Octal107663203077110455623
Binary100011111011011010011000111111100100010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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