#47342A

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

Shades of Tobago #47342A

Tints of Tobago #47342A

Color information

#47342A (or 0x47342A) is unknown color: approx Tobago. HEX triplet: 47, 34 and 2A. RGB value is (71,52,42). Sum of RGB (Red+Green+Blue) = 71+52+42=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47342A is #B8CBD5. Grayscale: #383838. Windows color (decimal): -12110806 or 2765895. OLE color: 2765895.

HSL color Cylindrical-coordinate representation of color #47342A: hue angle of 20.69º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47342A is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB715242-
CMYK00.270.410.72
HSL20.69º25.66%22.16%-
HSV(B)20.69º40.85%27.84%-
XYZ4.243.962.73-
YUV56.54119.79138.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=43.03%
G=31.52%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71524200.270.410.7220.6925.6622.16
Hex47342A01B2948151a16
Octal107645203351110253226
Binary10001111101001010100110111010011001000101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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