#47342B

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

Shades of Tobago #47342B

Tints of Tobago #47342B

Color information

#47342B (or 0x47342B) is unknown color: approx Tobago. HEX triplet: 47, 34 and 2B. RGB value is (71,52,43). Sum of RGB (Red+Green+Blue) = 71+52+43=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47342B is #B8CBD4. Grayscale: #383838. Windows color (decimal): -12110805 or 2831431. OLE color: 2831431.

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

Color convert

RGB715243-
CMYK00.270.390.72
HSL19.29º24.56%22.35%-
HSV(B)19.29º39.44%27.84%-
XYZ4.263.972.83-
YUV56.66120.29138.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=42.77%
G=31.33%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71524300.270.390.7219.2924.5622.35
Hex47342B01B2748131916
Octal107645303347110233126
Binary10001111101001010110110111001111001000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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