#5f2d10

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

Shades of Baker's Chocolate #5F2D10

Tints of Baker's Chocolate #5F2D10

Color information

#5F2D10 (or 0x5F2D10) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 2D and 10. RGB value is (95,45,16). Sum of RGB (Red+Green+Blue) = 95+45+16=156 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.90% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2D10 is #A0D2EF. Grayscale: #383838. Windows color (decimal): -10539760 or 1060191. OLE color: 1060191.

HSL color Cylindrical-coordinate representation of color #5F2D10: hue angle of 22.03º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F2D10 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB954516-
CMYK00.530.830.63
HSL22.03º71.17%21.76%-
HSV(B)22.03º83.16%37.25%-
XYZ5.754.351.03-
YUV56.64105.06155.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.90%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=60.90%
G=28.85%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95451600.530.830.6322.0371.1721.76
Hex5F2D10035533F164716
Octal1375520065123772610726
Binary1011111101101100000110101101001111111110110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f2d10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,45,16); }

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

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

 a { background-color: rgb(95,45,16); }

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

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

 span { border-color: rgb(95,45,16); }

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