#B75243

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

Shades of Chestnut #B75243

Tints of Chestnut #B75243

Color information

#B75243 (or 0xB75243) is unknown color: approx Chestnut. HEX triplet: B7, 52 and 43. RGB value is (183,82,67). Sum of RGB (Red+Green+Blue) = 183+82+67=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B75243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75243 is #48ADBC. Grayscale: #6E6E6E. Windows color (decimal): -4763069 or 4412087. OLE color: 4412087.

HSL color Cylindrical-coordinate representation of color #B75243: hue angle of 7.76º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B75243 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1838267-
CMYK00.550.630.28
HSL7.76º46.4%49.02%-
HSV(B)7.76º63.39%71.76%-
XYZ23.5616.517.25-
YUV110.49103.46179.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 67 (26.56% from 255) = 20.18%
R=55.12%
G=24.70%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183826700.550.630.287.7646.449.02
HexB752430373F1C82e31
Octal2671221030677734105661
Binary10110111101001010000110110111111111111001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75243; }

 p { color: rgb(183,82,67); }

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

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

 a { background-color: rgb(183,82,67); }

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

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

 span { border-color: rgb(183,82,67); }

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