#4A323D

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

Shades of Barossa #4A323D

Tints of Barossa #4A323D

Color information

#4A323D (or 0x4A323D) is unknown color: approx Barossa. HEX triplet: 4A, 32 and 3D. RGB value is (74,50,61). Sum of RGB (Red+Green+Blue) = 74+50+61=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 74 - color contains mainly: red. Hex color #4A323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A323D is #B5CDC2. Grayscale: #3A3A3A. Windows color (decimal): -11914691 or 4010570. OLE color: 4010570.

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

Color convert

RGB745061-
CMYK00.320.180.71
HSL332.5º19.35%24.31%-
HSV(B)332.5º32.43%29.02%-
XYZ4.814.074.95-
YUV58.43129.45139.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=40%
G=27.03%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74506100.320.180.71332.519.3524.31
Hex4A323D020124714c1318
Octal1126275040221075142330
Binary100101011001011110101000001001010001111010011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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