#4A352A

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

Shades of Tobago #4A352A

Tints of Tobago #4A352A

Color information

#4A352A (or 0x4A352A) is unknown color: approx Tobago. HEX triplet: 4A, 35 and 2A. RGB value is (74,53,42). Sum of RGB (Red+Green+Blue) = 74+53+42=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 74 - color contains mainly: red. Hex color #4A352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A352A is #B5CAD5. Grayscale: #3A3A3A. Windows color (decimal): -11913942 or 2766154. OLE color: 2766154.

HSL color Cylindrical-coordinate representation of color #4A352A: hue angle of 20.62º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A352A is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB745342-
CMYK00.280.430.71
HSL20.62º27.59%22.75%-
HSV(B)20.62º43.24%29.02%-
XYZ4.524.172.76-
YUV58.02118.96139.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.79%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=43.79%
G=31.36%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74534200.280.430.7120.6227.5922.75
Hex4A352A01C2B47151c17
Octal112655203453107253427
Binary10010101101011010100111001010111000111101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,53,42); }

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

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

 a { background-color: rgb(74,53,42); }

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

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

 span { border-color: rgb(74,53,42); }

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