#5F2B14

Color #5F2B14 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5F2B14

Tints of Baker's Chocolate #5F2B14

Color information

#5F2B14 (or 0x5F2B14) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 2B and 14. RGB value is (95,43,20). Sum of RGB (Red+Green+Blue) = 95+43+20=158 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.13% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2B14 is #A0D4EB. Grayscale: #383838. Windows color (decimal): -10540268 or 1321823. OLE color: 1321823.

HSL color Cylindrical-coordinate representation of color #5F2B14: hue angle of 18.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F2B14 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB954320-
CMYK00.550.790.63
HSL18.4º65.22%22.55%-
HSV(B)18.4º78.95%37.25%-
XYZ5.714.211.17-
YUV55.93107.73155.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.13%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=60.13%
G=27.22%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95432000.550.790.6318.465.2222.55
Hex5F2B140374F3F124117
Octal1375324067117772210127
Binary1011111101011101000110111100111111111110010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2B14; }

 p { color: rgb(95,43,20); }

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

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

 a { background-color: rgb(95,43,20); }

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

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

 span { border-color: rgb(95,43,20); }

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