#47341A

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

Shades of Clinker #47341A

Tints of Clinker #47341A

Color information

#47341A (or 0x47341A) is unknown color: approx Clinker. HEX triplet: 47, 34 and 1A. RGB value is (71,52,26). Sum of RGB (Red+Green+Blue) = 71+52+26=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47341A is #B8CBE5. Grayscale: #363636. Windows color (decimal): -12110822 or 1717319. OLE color: 1717319.

HSL color Cylindrical-coordinate representation of color #47341A: hue angle of 34.67º 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 #47341A is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB715226-
CMYK00.270.630.72
HSL34.67º46.39%19.02%-
HSV(B)34.67º63.38%27.84%-
XYZ4.013.871.51-
YUV54.72111.79139.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=47.65%
G=34.90%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71522600.270.630.7234.6746.3919.02
Hex47341A01B3F48232e13
Octal107643203377110435623
Binary100011111010011010011011111111100100010001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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