#5C290D

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

Shades of Baker's Chocolate #5C290D

Tints of Baker's Chocolate #5C290D

Color information

#5C290D (or 0x5C290D) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 29 and 0D. RGB value is (92,41,13). Sum of RGB (Red+Green+Blue) = 92+41+13=146 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.01% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 92 - color contains mainly: red. Hex color #5C290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C290D is #A3D6F2. Grayscale: #353535. Windows color (decimal): -10737395 or 862556. OLE color: 862556.

HSL color Cylindrical-coordinate representation of color #5C290D: hue angle of 21.27º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C290D is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB924113-
CMYK00.550.860.64
HSL21.27º75.24%20.59%-
HSV(B)21.27º85.87%36.08%-
XYZ5.283.890.85-
YUV53.06105.4155.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 63.01%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=63.01%
G=28.08%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92411300.550.860.6421.2775.2420.59
Hex5C29D0375640154b15
Octal13451150671261002511325
Binary1011100101001110101101111010110100000010101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,41,13); }

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

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

 a { background-color: rgb(92,41,13); }

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

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

 span { border-color: rgb(92,41,13); }

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