#B74B41

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

Shades of Chestnut #B74B41

Tints of Chestnut #B74B41

Color information

#B74B41 (or 0xB74B41) is unknown color: approx Chestnut. HEX triplet: B7, 4B and 41. RGB value is (183,75,65). Sum of RGB (Red+Green+Blue) = 183+75+65=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B41 is #48B4BE. Grayscale: #6A6A6A. Windows color (decimal): -4764863 or 4279223. OLE color: 4279223.

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

Color convert

RGB1837565-
CMYK00.590.640.28
HSL5.08º47.58%48.63%-
HSV(B)5.08º64.48%71.76%-
XYZ2315.486.78-
YUV106.15104.78182.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=56.66%
G=23.22%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183756500.590.640.285.0847.5848.63
HexB74B4103B401C53031
Octal2671131010731003456061
Binary10110111100101110000010111011100000011100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B41; }

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

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

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

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

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

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

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

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