#B74E44

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

Shades of Chestnut #B74E44

Tints of Chestnut #B74E44

Color information

#B74E44 (or 0xB74E44) is unknown color: approx Chestnut. HEX triplet: B7, 4E and 44. RGB value is (183,78,68). Sum of RGB (Red+Green+Blue) = 183+78+68=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E44 is #48B1BB. Grayscale: #6C6C6C. Windows color (decimal): -4764092 or 4476599. OLE color: 4476599.

HSL color Cylindrical-coordinate representation of color #B74E44: hue angle of 5.22º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74E44 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1837868-
CMYK00.570.630.28
HSL5.22º45.82%49.22%-
HSV(B)5.22º62.84%71.76%-
XYZ23.315.937.32-
YUV108.25105.29181.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=55.62%
G=23.71%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183786800.570.630.285.2245.8249.22
HexB74E440393F1C52e31
Octal267116104071773455661
Binary1011011110011101000100011100111111111100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E44; }

 p { color: rgb(183,78,68); }

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

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

 a { background-color: rgb(183,78,68); }

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

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

 span { border-color: rgb(183,78,68); }

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