#5F2A0D

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

Shades of Baker's Chocolate #5F2A0D

Tints of Baker's Chocolate #5F2A0D

Color information

#5F2A0D (or 0x5F2A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 2A and 0D. RGB value is (95,42,13). Sum of RGB (Red+Green+Blue) = 95+42+13=150 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2A0D is #A0D5F2. Grayscale: #363636. Windows color (decimal): -10540531 or 862815. OLE color: 862815.

HSL color Cylindrical-coordinate representation of color #5F2A0D: hue angle of 21.22º 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 #5F2A0D is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB954213-
CMYK00.560.860.63
HSL21.22º75.93%21.18%-
HSV(B)21.22º86.32%37.25%-
XYZ5.624.120.88-
YUV54.54104.56156.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 63.33%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=63.33%
G=28%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95421300.560.860.6321.2275.9321.18
Hex5F2AD038563F154c15
Octal1375215070126772511425
Binary101111110101011010111000101011011111110101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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