#4D363E

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

Shades of Barossa #4D363E

Tints of Barossa #4D363E

Color information

#4D363E (or 0x4D363E) is unknown color: approx Barossa. HEX triplet: 4D, 36 and 3E. RGB value is (77,54,62). Sum of RGB (Red+Green+Blue) = 77+54+62=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D363E is #B2C9C1. Grayscale: #3D3D3D. Windows color (decimal): -11717058 or 4077133. OLE color: 4077133.

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

Color convert

RGB775462-
CMYK00.300.190.70
HSL339.13º17.56%25.69%-
HSV(B)339.13º29.87%30.2%-
XYZ5.254.565.16-
YUV61.79128.12138.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.90%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=39.90%
G=27.98%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77546200.300.190.70339.1317.5625.69
Hex4D363E01E1346153121a
Octal1156676036231065232232
Binary10011011101101111100111101001110001101010100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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