Html Css Color HEX #4C353D Barossa

📋 copy color: '#4C353D'

red 76 ◦ green 53 ◦ blue 61

#4C353D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #4C353D

Tints of Barossa #4C353D

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 value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C353D (or 0x4C353D) is known color: 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

RGB 76 53 61 -
CMYK 0 0.30 0.20 0.70
HSL 339.13º 0.18% 0.25% -
HSV(B) 339.13º 0.3% 0.3% -
XYZ 5.1 4.42 5 -
YUV 60.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 76 53 61 0 0.30 0.20 0.70 339.13 0.18 0.25
Hex 4C 35 3D 0 1E 14 46 153 12 19
Octal 114 65 75 0 36 24 106 523 22 31
Binary 1001100 110101 111101 0 11110 10100 1000110 101010011 10010 11001

Color Harmonies of #4C353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C353D

Black with #4C353D

Text Example


Text Example

White with #4C353D

Text Example


Text Example

HTML Codes & Css Web 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>