#bf5d18

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

Shades of Chocolate #BF5D18

Tints of Chocolate #BF5D18

Color information

#BF5D18 (or 0xBF5D18) is unknown color: approx Chocolate. HEX triplet: BF, 5D and 18. RGB value is (191,93,24). Sum of RGB (Red+Green+Blue) = 191+93+24=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D18 is #40A2E7. Grayscale: #727272. Windows color (decimal): -4236008 or 1596863. OLE color: 1596863.

HSL color Cylindrical-coordinate representation of color #BF5D18: hue angle of 24.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF5D18 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1919324-
CMYK00.510.870.25
HSL24.79º77.67%42.16%-
HSV(B)24.79º87.43%74.9%-
XYZ25.5718.973.18-
YUV114.4476.97182.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.01%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 24 (9.77% from 255) = 7.79%
R=62.01%
G=30.19%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191932400.510.870.2524.7977.6742.16
HexBF5D180335719194e2a
Octal27713530063127313111652
Binary101111111011101110000110011101011111001110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5d18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5d18; }

 p { color: rgb(191,93,24); }

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

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

 a { background-color: rgb(191,93,24); }

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

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

 span { border-color: rgb(191,93,24); }

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