#4C323E

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

Shades of Barossa #4C323E

Tints of Barossa #4C323E

Color information

#4C323E (or 0x4C323E) is unknown color: approx Barossa. HEX triplet: 4C, 32 and 3E. RGB value is (76,50,62). Sum of RGB (Red+Green+Blue) = 76+50+62=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C323E is #B3CDC1. Grayscale: #3B3B3B. Windows color (decimal): -11783618 or 4076108. OLE color: 4076108.

HSL color Cylindrical-coordinate representation of color #4C323E: hue angle of 332.31º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C323E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB765062-
CMYK00.340.180.70
HSL332.31º20.63%24.71%-
HSV(B)332.31º34.21%29.8%-
XYZ4.994.175.1-
YUV59.14129.61140.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.43%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=40.43%
G=26.60%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76506200.340.180.70332.3120.6324.71
Hex4C323E022124614c1519
Octal1146276042221065142531
Binary100110011001011111001000101001010001101010011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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