#4A2A3E

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

Shades of Barossa #4A2A3E

Tints of Barossa #4A2A3E

Color information

#4A2A3E (or 0x4A2A3E) is unknown color: approx Barossa. HEX triplet: 4A, 2A and 3E. RGB value is (74,42,62). Sum of RGB (Red+Green+Blue) = 74+42+62=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2A3E is #B5D5C1. Grayscale: #353535. Windows color (decimal): -11916738 or 4074058. OLE color: 4074058.

HSL color Cylindrical-coordinate representation of color #4A2A3E: hue angle of 322.5º 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 #4A2A3E is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB744262-
CMYK00.430.160.71
HSL322.5º27.59%22.75%-
HSV(B)322.5º43.24%29.02%-
XYZ4.523.464.99-
YUV53.85132.6142.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.57%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=41.57%
G=23.60%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74426200.430.160.71322.527.5922.75
Hex4A2A3E02B10471421c17
Octal1125276053201075023427
Binary100101010101011111001010111000010001111010000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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