#4D333E

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

Shades of Barossa #4D333E

Tints of Barossa #4D333E

Color information

#4D333E (or 0x4D333E) is unknown color: approx Barossa. HEX triplet: 4D, 33 and 3E. RGB value is (77,51,62). Sum of RGB (Red+Green+Blue) = 77+51+62=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D333E is #B2CCC1. Grayscale: #3C3C3C. Windows color (decimal): -11717826 or 4076365. OLE color: 4076365.

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

Color convert

RGB775162-
CMYK00.340.190.70
HSL334.62º20.31%25.1%-
HSV(B)334.62º33.77%30.2%-
XYZ5.114.295.12-
YUV60.03129.11140.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.53%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=40.53%
G=26.84%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77516200.340.190.70334.6220.3125.1
Hex4D333E022134614f1419
Octal1156376042231065172431
Binary100110111001111111001000101001110001101010011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,62); }

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

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

 a { background-color: rgb(77,51,62); }

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

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

 span { border-color: rgb(77,51,62); }

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