#b14c3f

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

Shades of Chestnut #B14C3F

Tints of Chestnut #B14C3F

Color information

#B14C3F (or 0xB14C3F) is unknown color: approx Chestnut. HEX triplet: B1, 4C and 3F. RGB value is (177,76,63). Sum of RGB (Red+Green+Blue) = 177+76+63=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C3F is #4EB3C0. Grayscale: #686868. Windows color (decimal): -5157825 or 4148401. OLE color: 4148401.

HSL color Cylindrical-coordinate representation of color #B14C3F: hue angle of 6.84º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14C3F is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1777663-
CMYK00.570.640.31
HSL6.84º47.5%47.06%-
HSV(B)6.84º64.41%69.41%-
XYZ21.6114.876.43-
YUV104.72104.46179.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 63 (25% from 255) = 19.94%
R=56.01%
G=24.05%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177766300.570.640.316.8447.547.06
HexB14C3F039401F7302f
Octal261114770711003776057
Binary1011000110011001111110111001100000011111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b14c3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b14c3f; }

 p { color: rgb(177,76,63); }

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

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

 a { background-color: rgb(177,76,63); }

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

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

 span { border-color: rgb(177,76,63); }

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