#B74342

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

Shades of Chestnut #B74342

Tints of Chestnut #B74342

Color information

#B74342 (or 0xB74342) is unknown color: approx Chestnut. HEX triplet: B7, 43 and 42. RGB value is (183,67,66). Sum of RGB (Red+Green+Blue) = 183+67+66=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B74342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74342 is #48BCBD. Grayscale: #656565. Windows color (decimal): -4766910 or 4342711. OLE color: 4342711.

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

Color convert

RGB1836766-
CMYK00.630.640.28
HSL0.51º46.99%48.82%-
HSV(B)0.51º63.93%71.76%-
XYZ22.5214.476.76-
YUV101.57107.93186.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.91%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=57.91%
G=21.20%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183676600.630.640.280.5146.9948.82
HexB7434203F401C12f31
Octal2671031020771003415761
Binary101101111000011100001001111111000000111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74342; }

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

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

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

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

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

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

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

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