#B74D41

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

Shades of Chestnut #B74D41

Tints of Chestnut #B74D41

Color information

#B74D41 (or 0xB74D41) is unknown color: approx Chestnut. HEX triplet: B7, 4D and 41. RGB value is (183,77,65). Sum of RGB (Red+Green+Blue) = 183+77+65=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D41 is #48B2BE. Grayscale: #6B6B6B. Windows color (decimal): -4764351 or 4279735. OLE color: 4279735.

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

Color convert

RGB1837765-
CMYK00.580.640.28
HSL6.1º47.58%48.63%-
HSV(B)6.1º64.48%71.76%-
XYZ23.1415.766.82-
YUV107.33104.12181.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 65 (25.78% from 255) = 20%
R=56.31%
G=23.69%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183776500.580.640.286.147.5848.63
HexB74D4103A401C63031
Octal2671151010721003466061
Binary10110111100110110000010111010100000011100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D41; }

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

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

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

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

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

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

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

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