#B77C31

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

Shades of Mandalay #B77C31

Tints of Mandalay #B77C31

Color information

#B77C31 (or 0xB77C31) is unknown color: approx Mandalay. HEX triplet: B7, 7C and 31. RGB value is (183,124,49). Sum of RGB (Red+Green+Blue) = 183+124+49=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C31 is #4883CE. Grayscale: #858585. Windows color (decimal): -4752335 or 3243191. OLE color: 3243191.

HSL color Cylindrical-coordinate representation of color #B77C31: hue angle of 33.58º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B77C31 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18312449-
CMYK00.320.730.28
HSL33.58º57.76%45.49%-
HSV(B)33.58º73.22%71.76%-
XYZ27.2924.76.24-
YUV133.0980.55163.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 49 (19.53% from 255) = 13.76%
R=51.40%
G=34.83%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831244900.320.730.2833.5857.7645.49
HexB77C31020491C223a2d
Octal2671746104011134427255
Binary1011011111111001100010100000100100111100100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C31; }

 p { color: rgb(183,124,49); }

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

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

 a { background-color: rgb(183,124,49); }

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

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

 span { border-color: rgb(183,124,49); }

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