#B74B44

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

Shades of Chestnut #B74B44

Tints of Chestnut #B74B44

Color information

#B74B44 (or 0xB74B44) is unknown color: approx Chestnut. HEX triplet: B7, 4B and 44. RGB value is (183,75,68). Sum of RGB (Red+Green+Blue) = 183+75+68=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B44 is #48B4BB. Grayscale: #6A6A6A. Windows color (decimal): -4764860 or 4475831. OLE color: 4475831.

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

Color convert

RGB1837568-
CMYK00.590.630.28
HSL3.65º45.82%49.22%-
HSV(B)3.65º62.84%71.76%-
XYZ23.0915.527.25-
YUV106.49106.28182.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.13%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=56.13%
G=23.01%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183756800.590.630.283.6545.8249.22
HexB74B4403B3F1C42e31
Octal267113104073773445661
Binary1011011110010111000100011101111111111100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B44; }

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

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

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

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

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

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

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

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