#4D283D

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

Shades of Barossa #4D283D

Tints of Barossa #4D283D

Color information

#4D283D (or 0x4D283D) is unknown color: approx Barossa. HEX triplet: 4D, 28 and 3D. RGB value is (77,40,61). Sum of RGB (Red+Green+Blue) = 77+40+61=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D283D is #B2D7C2. Grayscale: #353535. Windows color (decimal): -11720643 or 4008013. OLE color: 4008013.

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

Color convert

RGB774061-
CMYK00.480.210.70
HSL325.95º31.62%22.94%-
HSV(B)325.95º48.05%30.2%-
XYZ4.663.434.83-
YUV53.46132.26144.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.26%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=43.26%
G=22.47%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77406100.480.210.70325.9531.6222.94
Hex4D283D03015461462017
Octal1155075060251065064027
Binary1001101101000111101011000010101100011010100011010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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