#B74F41

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

Shades of Chestnut #B74F41

Tints of Chestnut #B74F41

Color information

#B74F41 (or 0xB74F41) is unknown color: approx Chestnut. HEX triplet: B7, 4F and 41. RGB value is (183,79,65). Sum of RGB (Red+Green+Blue) = 183+79+65=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F41 is #48B0BE. Grayscale: #6C6C6C. Windows color (decimal): -4763839 or 4280247. OLE color: 4280247.

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

Color convert

RGB1837965-
CMYK00.570.640.28
HSL7.12º47.58%48.63%-
HSV(B)7.12º64.48%71.76%-
XYZ23.2816.046.87-
YUV108.5103.46181.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 79 (31.25% from 255) = 24.16%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=55.96%
G=24.16%
B=19.88%

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
Decimal183796500.570.640.287.1247.5848.63
HexB74F41039401C73031
Octal2671171010711003476061
Binary10110111100111110000010111001100000011100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74F41; }

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

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

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

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

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

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

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

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