#4C333D

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

Shades of Barossa #4C333D

Tints of Barossa #4C333D

Color information

#4C333D (or 0x4C333D) is unknown color: approx Barossa. HEX triplet: 4C, 33 and 3D. RGB value is (76,51,61). Sum of RGB (Red+Green+Blue) = 76+51+61=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C333D is #B3CCC2. Grayscale: #3B3B3B. Windows color (decimal): -11783363 or 4010828. OLE color: 4010828.

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

Color convert

RGB765161-
CMYK00.330.200.70
HSL336º19.69%24.9%-
HSV(B)336º32.89%29.8%-
XYZ5.014.244.97-
YUV59.62128.78139.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.43%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 61 (24.22% from 255) = 32.45%
R=40.43%
G=27.13%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76516100.330.200.7033619.6924.9
Hex4C333D02114461501419
Octal1146375041241065202431
Binary100110011001111110101000011010010001101010100001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,51,61); }

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

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

 a { background-color: rgb(76,51,61); }

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

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

 span { border-color: rgb(76,51,61); }

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