#5F2E0D

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

Shades of Baker's Chocolate #5F2E0D

Tints of Baker's Chocolate #5F2E0D

Color information

#5F2E0D (or 0x5F2E0D) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 2E and 0D. RGB value is (95,46,13). Sum of RGB (Red+Green+Blue) = 95+46+13=154 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.69% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2E0D is #A0D1F2. Grayscale: #393939. Windows color (decimal): -10539507 or 863839. OLE color: 863839.

HSL color Cylindrical-coordinate representation of color #5F2E0D: hue angle of 24.15º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F2E0D is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB954613-
CMYK00.520.860.63
HSL24.15º75.93%21.18%-
HSV(B)24.15º86.32%37.25%-
XYZ5.774.420.93-
YUV56.89103.23155.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 61.69%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=61.69%
G=29.87%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95461300.520.860.6324.1575.9321.18
Hex5F2ED034563F184c15
Octal1375615064126773011425
Binary101111110111011010110100101011011111111000100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,46,13); }

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

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

 a { background-color: rgb(95,46,13); }

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

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

 span { border-color: rgb(95,46,13); }

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