#4A3830

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

Shades of Tobago #4A3830

Tints of Tobago #4A3830

Color information

#4A3830 (or 0x4A3830) is unknown color: approx Tobago. HEX triplet: 4A, 38 and 30. RGB value is (74,56,48). Sum of RGB (Red+Green+Blue) = 74+56+48=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3830 is #B5C7CF. Grayscale: #3C3C3C. Windows color (decimal): -11913168 or 3160138. OLE color: 3160138.

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

Color convert

RGB745648-
CMYK00.240.350.71
HSL18.46º21.31%23.92%-
HSV(B)18.46º35.14%29.02%-
XYZ4.774.53.41-
YUV60.47120.96137.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.57%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=41.57%
G=31.46%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74564800.240.350.7118.4621.3123.92
Hex4A38300182347121518
Octal112706003043107222530
Binary10010101110001100000110001000111000111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,56,48); }

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

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

 a { background-color: rgb(74,56,48); }

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

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

 span { border-color: rgb(74,56,48); }

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