#4D283E

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

Shades of Barossa #4D283E

Tints of Barossa #4D283E

Color information

#4D283E (or 0x4D283E) is unknown color: approx Barossa. HEX triplet: 4D, 28 and 3E. RGB value is (77,40,62). Sum of RGB (Red+Green+Blue) = 77+40+62=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D283E is #B2D7C1. Grayscale: #353535. Windows color (decimal): -11720642 or 4073549. OLE color: 4073549.

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

Color convert

RGB774062-
CMYK00.480.190.70
HSL324.32º31.62%22.94%-
HSV(B)324.32º48.05%30.2%-
XYZ4.693.444.97-
YUV53.57132.76144.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.02%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=43.02%
G=22.35%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77406200.480.190.70324.3231.6222.94
Hex4D283E03013461442017
Octal1155076060231065044027
Binary1001101101000111110011000010011100011010100010010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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