#4C2538

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

Shades of Barossa #4C2538

Tints of Barossa #4C2538

Color information

#4C2538 (or 0x4C2538) is unknown color: approx Barossa. HEX triplet: 4C, 25 and 38. RGB value is (76,37,56). Sum of RGB (Red+Green+Blue) = 76+37+56=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2538 is #B3DAC7. Grayscale: #323232. Windows color (decimal): -11786952 or 3679564. OLE color: 3679564.

HSL color Cylindrical-coordinate representation of color #4C2538: hue angle of 330.77º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2538 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB763756-
CMYK00.510.260.70
HSL330.77º34.51%22.16%-
HSV(B)330.77º51.32%29.8%-
XYZ4.363.154.12-
YUV50.83130.92145.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.97%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=44.97%
G=21.89%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76375600.510.260.70330.7734.5122.16
Hex4C25380331A4614b2316
Octal1144570063321065134326
Binary1001100100101111000011001111010100011010100101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,56); }

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

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

 a { background-color: rgb(76,37,56); }

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

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

 span { border-color: rgb(76,37,56); }

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