#B75341

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

Shades of Chestnut #B75341

Tints of Chestnut #B75341

Color information

#B75341 (or 0xB75341) is unknown color: approx Chestnut. HEX triplet: B7, 53 and 41. RGB value is (183,83,65). Sum of RGB (Red+Green+Blue) = 183+83+65=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B75341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75341 is #48ACBE. Grayscale: #6F6F6F. Windows color (decimal): -4762815 or 4281271. OLE color: 4281271.

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

Color convert

RGB1838365-
CMYK00.550.640.28
HSL9.15º47.58%48.63%-
HSV(B)9.15º64.48%71.76%-
XYZ23.5816.646.97-
YUV110.85102.13179.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=55.29%
G=25.08%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183836500.550.640.289.1547.5848.63
HexB75341037401C93031
Octal26712310106710034116061
Binary101101111010011100000101101111000000111001001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75341; }

 p { color: rgb(183,83,65); }

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

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

 a { background-color: rgb(183,83,65); }

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

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

 span { border-color: rgb(183,83,65); }

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