#4C3440

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

Shades of Barossa #4C3440

Tints of Barossa #4C3440

Color information

#4C3440 (or 0x4C3440) is unknown color: approx Barossa. HEX triplet: 4C, 34 and 40. RGB value is (76,52,64). Sum of RGB (Red+Green+Blue) = 76+52+64=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3440 is #B3CBBF. Grayscale: #3C3C3C. Windows color (decimal): -11783104 or 4207692. OLE color: 4207692.

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

Color convert

RGB765264-
CMYK00.320.160.70
HSL330º18.75%25.1%-
HSV(B)330º31.58%29.8%-
XYZ5.134.365.42-
YUV60.54129.95139.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.58%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=39.58%
G=27.08%
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.70
SystemRedGreenBlueCMYKHSL
Decimal76526400.320.160.7033018.7525.1
Hex4C3440020104614a1319
Octal11464100040201065122331
Binary1001100110100100000001000001000010001101010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,52,64); }

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

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

 a { background-color: rgb(76,52,64); }

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

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

 span { border-color: rgb(76,52,64); }

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