#4A323E

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

Shades of Barossa #4A323E

Tints of Barossa #4A323E

Color information

#4A323E (or 0x4A323E) is unknown color: approx Barossa. HEX triplet: 4A, 32 and 3E. RGB value is (74,50,62). Sum of RGB (Red+Green+Blue) = 74+50+62=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 74 - color contains mainly: red. Hex color #4A323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A323E is #B5CDC1. Grayscale: #3A3A3A. Windows color (decimal): -11914690 or 4076106. OLE color: 4076106.

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

Color convert

RGB745062-
CMYK00.320.160.71
HSL330º19.35%24.31%-
HSV(B)330º32.43%29.02%-
XYZ4.834.085.09-
YUV58.54129.95139.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.78%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=39.78%
G=26.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74506200.320.160.7133019.3524.31
Hex4A323E020104714a1318
Octal1126276040201075122330
Binary100101011001011111001000001000010001111010010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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