#4A372F

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

Shades of Tobago #4A372F

Tints of Tobago #4A372F

Color information

#4A372F (or 0x4A372F) is unknown color: approx Tobago. HEX triplet: 4A, 37 and 2F. RGB value is (74,55,47). Sum of RGB (Red+Green+Blue) = 74+55+47=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 74 - color contains mainly: red. Hex color #4A372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A372F is #B5C8D0. Grayscale: #3B3B3B. Windows color (decimal): -11913425 or 3094346. OLE color: 3094346.

HSL color Cylindrical-coordinate representation of color #4A372F: hue angle of 17.78º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A372F is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB745547-
CMYK00.260.360.71
HSL17.78º22.31%23.73%-
HSV(B)17.78º36.49%29.02%-
XYZ4.74.393.29-
YUV59.77120.79138.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.05%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=42.05%
G=31.25%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74554700.260.360.7117.7822.3123.73
Hex4A372F01A2447121618
Octal112675703244107222630
Binary10010101101111011110110101001001000111100101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A372F; }

 p { color: rgb(74,55,47); }

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

<style>
 a { background-color: #4A372F; }

 a { background-color: rgb(74,55,47); }

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

<style>
 span { border-color: #4A372F; }

 span { border-color: rgb(74,55,47); }

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