#4C353D

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

Shades of Barossa #4C353D

Tints of Barossa #4C353D

Color information

#4C353D (or 0x4C353D) is unknown color: approx Barossa. HEX triplet: 4C, 35 and 3D. RGB value is (76,53,61). Sum of RGB (Red+Green+Blue) = 76+53+61=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 76 - color contains mainly: red. Hex color #4C353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C353D is #B3CAC2. Grayscale: #3C3C3C. Windows color (decimal): -11782851 or 4011340. OLE color: 4011340.

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

Color convert

RGB765361-
CMYK00.300.200.70
HSL339.13º17.83%25.29%-
HSV(B)339.13º30.26%29.8%-
XYZ5.14.425-
YUV60.79128.12138.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=40%
G=27.89%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76536100.300.200.70339.1317.8325.29
Hex4C353D01E14461531219
Octal1146575036241065232231
Binary10011001101011111010111101010010001101010100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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