#47382F

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

Shades of Tobago #47382F

Tints of Tobago #47382F

Color information

#47382F (or 0x47382F) is unknown color: approx Tobago. HEX triplet: 47, 38 and 2F. RGB value is (71,56,47). Sum of RGB (Red+Green+Blue) = 71+56+47=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #47382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47382F is #B8C7D0. Grayscale: #3B3B3B. Windows color (decimal): -12109777 or 3094599. OLE color: 3094599.

HSL color Cylindrical-coordinate representation of color #47382F: hue angle of 22.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47382F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB715647-
CMYK00.210.340.72
HSL22.5º20.34%23.14%-
HSV(B)22.5º33.8%27.84%-
XYZ4.534.373.29-
YUV59.46120.97136.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=40.80%
G=32.18%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71564700.210.340.7222.520.3423.14
Hex47382F0152248161417
Octal107705702542110262427
Binary10001111110001011110101011000101001000101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47382F; }

 p { color: rgb(71,56,47); }

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

<style>
 a { background-color: #47382F; }

 a { background-color: rgb(71,56,47); }

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

<style>
 span { border-color: #47382F; }

 span { border-color: rgb(71,56,47); }

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