#4A3640

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

Shades of Barossa #4A3640

Tints of Barossa #4A3640

Color information

#4A3640 (or 0x4A3640) is unknown color: approx Barossa. HEX triplet: 4A, 36 and 40. RGB value is (74,54,64). Sum of RGB (Red+Green+Blue) = 74+54+64=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3640 is #B5C9BF. Grayscale: #3D3D3D. Windows color (decimal): -11913664 or 4208202. OLE color: 4208202.

HSL color Cylindrical-coordinate representation of color #4A3640: hue angle of 330º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A3640 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB745464-
CMYK00.270.140.71
HSL330º15.63%25.1%-
HSV(B)330º27.03%29.02%-
XYZ5.074.465.45-
YUV61.12129.63137.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.54%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=38.54%
G=28.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74546400.270.140.7133015.6325.1
Hex4A364001BE4714a1019
Octal11266100033161075122031
Binary10010101101101000000011011111010001111010010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,54,64); }

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

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

 a { background-color: rgb(74,54,64); }

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

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

 span { border-color: rgb(74,54,64); }

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