#4D263E

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

Shades of Barossa #4D263E

Tints of Barossa #4D263E

Color information

#4D263E (or 0x4D263E) is unknown color: approx Barossa. HEX triplet: 4D, 26 and 3E. RGB value is (77,38,62). Sum of RGB (Red+Green+Blue) = 77+38+62=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D263E is #B2D9C1. Grayscale: #343434. Windows color (decimal): -11721154 or 4073037. OLE color: 4073037.

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

Color convert

RGB773862-
CMYK00.510.190.70
HSL323.08º33.91%22.55%-
HSV(B)323.08º50.65%30.2%-
XYZ4.623.314.95-
YUV52.4133.42145.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.50%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=43.50%
G=21.47%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77386200.510.190.70323.0833.9122.55
Hex4D263E03313461432217
Octal1154676063231065034227
Binary1001101100110111110011001110011100011010100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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