#4D343F

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

Shades of Barossa #4D343F

Tints of Barossa #4D343F

Color information

#4D343F (or 0x4D343F) is unknown color: approx Barossa. HEX triplet: 4D, 34 and 3F. RGB value is (77,52,63). Sum of RGB (Red+Green+Blue) = 77+52+63=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 77 - color contains mainly: red. Hex color #4D343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D343F is #B2CBC0. Grayscale: #3C3C3C. Windows color (decimal): -11717569 or 4142157. OLE color: 4142157.

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

Color convert

RGB775263-
CMYK00.320.180.70
HSL333.6º19.38%25.29%-
HSV(B)333.6º32.47%30.2%-
XYZ5.194.395.28-
YUV60.73129.28139.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.10%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 63 (25% from 255) = 32.81%
R=40.10%
G=27.08%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77526300.320.180.70333.619.3825.29
Hex4D343F020124614e1319
Octal1156477040221065162331
Binary100110111010011111101000001001010001101010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,63); }

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

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

 a { background-color: rgb(77,52,63); }

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

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

 span { border-color: rgb(77,52,63); }

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