#B9483D

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

Shades of Chestnut #B9483D

Tints of Chestnut #B9483D

Color information

#B9483D (or 0xB9483D) is unknown color: approx Chestnut. HEX triplet: B9, 48 and 3D. RGB value is (185,72,61). Sum of RGB (Red+Green+Blue) = 185+72+61=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9483D is #46B7C2. Grayscale: #686868. Windows color (decimal): -4634563 or 4016313. OLE color: 4016313.

HSL color Cylindrical-coordinate representation of color #B9483D: hue angle of 5.32º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9483D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1857261-
CMYK00.610.670.27
HSL5.32º50.41%48.24%-
HSV(B)5.32º67.03%72.55%-
XYZ23.1715.296.14-
YUV104.53103.44185.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=58.18%
G=22.64%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185726100.610.670.275.3250.4148.24
HexB9483D03D431B53230
Octal271110750751033356260
Binary1011100110010001111010111101100001111011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9483D; }

 p { color: rgb(185,72,61); }

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

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

 a { background-color: rgb(185,72,61); }

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

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

 span { border-color: rgb(185,72,61); }

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