#4C2337

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

Shades of Barossa #4C2337

Tints of Barossa #4C2337

Color information

#4C2337 (or 0x4C2337) is unknown color: approx Barossa. HEX triplet: 4C, 23 and 37. RGB value is (76,35,55). Sum of RGB (Red+Green+Blue) = 76+35+55=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2337 is #B3DCC8. Grayscale: #313131. Windows color (decimal): -11787465 or 3613516. OLE color: 3613516.

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

Color convert

RGB763555-
CMYK00.540.280.70
HSL330.73º36.94%21.76%-
HSV(B)330.73º53.95%29.8%-
XYZ4.273.013.97-
YUV49.54131.08146.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.78%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=45.78%
G=21.08%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76355500.540.280.70330.7336.9421.76
Hex4C23370361C4614b2516
Octal1144367066341065134526
Binary1001100100011110111011011011100100011010100101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,55); }

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

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

 a { background-color: rgb(76,35,55); }

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

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

 span { border-color: rgb(76,35,55); }

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