#B73638

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

Shades of Mahogany #B73638

Tints of Mahogany #B73638

Color information

#B73638 (or 0xB73638) is unknown color: approx Mahogany. HEX triplet: B7, 36 and 38. RGB value is (183,54,56). Sum of RGB (Red+Green+Blue) = 183+54+56=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B73638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73638 is #48C9C7. Grayscale: #5C5C5C. Windows color (decimal): -4770248 or 3684023. OLE color: 3684023.

HSL color Cylindrical-coordinate representation of color #B73638: hue angle of 359.07º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73638 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB1835456-
CMYK00.700.690.28
HSL359.07º54.43%46.47%-
HSV(B)359.07º70.49%71.76%-
XYZ21.5612.995.11-
YUV92.8107.24192.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=62.46%
G=18.43%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183545600.700.690.28359.0754.4346.47
HexB73638046451C167362e
Octal26766700106105345476656
Binary1011011111011011100001000110100010111100101100111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73638; }

 p { color: rgb(183,54,56); }

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

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

 a { background-color: rgb(183,54,56); }

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

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

 span { border-color: rgb(183,54,56); }

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