#B74B45

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

Shades of Chestnut #B74B45

Tints of Chestnut #B74B45

Color information

#B74B45 (or 0xB74B45) is unknown color: approx Chestnut. HEX triplet: B7, 4B and 45. RGB value is (183,75,69). Sum of RGB (Red+Green+Blue) = 183+75+69=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B45 is #48B4BA. Grayscale: #6A6A6A. Windows color (decimal): -4764859 or 4541367. OLE color: 4541367.

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

Color convert

RGB1837569-
CMYK00.590.620.28
HSL3.16º45.24%49.41%-
HSV(B)3.16º62.3%71.76%-
XYZ23.1215.537.41-
YUV106.61106.78182.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=55.96%
G=22.94%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183756900.590.620.283.1645.2449.41
HexB74B4503B3E1C32d31
Octal267113105073763435561
Binary101101111001011100010101110111111101110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B45; }

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

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

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

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

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

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

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

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