#B74E41

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

Shades of Chestnut #B74E41

Tints of Chestnut #B74E41

Color information

#B74E41 (or 0xB74E41) is unknown color: approx Chestnut. HEX triplet: B7, 4E and 41. RGB value is (183,78,65). Sum of RGB (Red+Green+Blue) = 183+78+65=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E41 is #48B1BE. Grayscale: #6C6C6C. Windows color (decimal): -4764095 or 4279991. OLE color: 4279991.

HSL color Cylindrical-coordinate representation of color #B74E41: hue angle of 6.61º 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 #B74E41 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1837865-
CMYK00.570.640.28
HSL6.61º47.58%48.63%-
HSV(B)6.61º64.48%71.76%-
XYZ23.2115.96.85-
YUV107.91103.79181.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.13%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 65 (25.78% from 255) = 19.94%
R=56.13%
G=23.93%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183786500.570.640.286.6147.5848.63
HexB74E41039401C73031
Octal2671161010711003476061
Binary10110111100111010000010111001100000011100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E41; }

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

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

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

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

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

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

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

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