#4A3440

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

Shades of Barossa #4A3440

Tints of Barossa #4A3440

Color information

#4A3440 (or 0x4A3440) is unknown color: approx Barossa. HEX triplet: 4A, 34 and 40. RGB value is (74,52,64). Sum of RGB (Red+Green+Blue) = 74+52+64=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3440 is #B5CBBF. Grayscale: #3B3B3B. Windows color (decimal): -11914176 or 4207690. OLE color: 4207690.

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

Color convert

RGB745264-
CMYK00.300.140.71
HSL327.27º17.46%24.71%-
HSV(B)327.27º29.73%29.02%-
XYZ4.984.285.41-
YUV59.95130.29138.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.95%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=38.95%
G=27.37%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74526400.300.140.71327.2717.4624.71
Hex4A344001EE471471119
Octal11264100036161075072131
Binary10010101101001000000011110111010001111010001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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