#B74241

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

Shades of Chestnut #B74241

Tints of Chestnut #B74241

Color information

#B74241 (or 0xB74241) is unknown color: approx Chestnut. HEX triplet: B7, 42 and 41. RGB value is (183,66,65). Sum of RGB (Red+Green+Blue) = 183+66+65=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B74241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74241 is #48BDBE. Grayscale: #646464. Windows color (decimal): -4767167 or 4276919. OLE color: 4276919.

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

Color convert

RGB1836665-
CMYK00.640.640.28
HSL0.51º47.58%48.63%-
HSV(B)0.51º64.48%71.76%-
XYZ22.4314.356.59-
YUV100.87107.76186.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=58.28%
G=21.02%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183666500.640.640.280.5147.5848.63
HexB74241040401C13031
Octal26710210101001003416061
Binary1011011110000101000001010000001000000111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74241; }

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

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

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

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

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

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

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

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