Html Css Color HEX #4C353F Barossa

📋 copy color: '#4C353F'

red 76 ◦ green 53 ◦ blue 63

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

Shades of Barossa #4C353F

Tints of Barossa #4C353F

RGB

 RED value IS 76 (30.08% from 255) = 39.58%

 GREEN value IS 53 (21.09% from 255) = 27.6%

 BLUE value IS 63 (25% from 255) = 32.81%

R = 39.58%
G = 27.6%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4C353F (or 0x4C353F) is known color: Barossa. HEX triplet: 4C, 35 and 3F. RGB value is (76,53,63). Sum of RGB (Red+Green+Blue) = 76+53+63=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 76 - color contains mainly: red. Hex color #4C353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C353F is #B3CAC0. Grayscale: #3D3D3D. Windows color (decimal): -11782849 or 4142412. OLE color: 4142412.

HSL color Cylindrical-coordinate representation of color #4C353F: hue angle of 333.91º 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 #4C353F is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 53 63 -
CMYK 0 0.30 0.17 0.70
HSL 333.91º 0.18% 0.25% -
HSV(B) 333.91º 0.3% 0.3% -
XYZ 5.15 4.44 5.29 -
YUV 61.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 76 53 63 0 0.30 0.17 0.70 333.91 0.18 0.25
Hex 4C 35 3F 0 1E 11 46 14E 12 19
Octal 114 65 77 0 36 21 106 516 22 31
Binary 1001100 110101 111111 0 11110 10001 1000110 101001110 10010 11001

Color Harmonies of #4C353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C353F

Black with #4C353F

Text Example


Text Example

White with #4C353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C353F;
 }
 .AnyTagClassName
 {
   color: #4C353F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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