#5C210A

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

Shades of Baker's Chocolate #5C210A

Tints of Baker's Chocolate #5C210A

Color information

#5C210A (or 0x5C210A) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 21 and 0A. RGB value is (92,33,10). Sum of RGB (Red+Green+Blue) = 92+33+10=135 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.15% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 92 - color contains mainly: red. Hex color #5C210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C210A is #A3DEF5. Grayscale: #303030. Windows color (decimal): -10739446 or 663900. OLE color: 663900.

HSL color Cylindrical-coordinate representation of color #5C210A: hue angle of 16.83º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C210A is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB923310-
CMYK00.640.890.64
HSL16.83º80.39%20%-
HSV(B)16.83º89.13%36.08%-
XYZ5.013.380.68-
YUV48.02106.55159.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 68.15%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=68.15%
G=24.44%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92331000.640.890.6416.8380.3920
Hex5C21A0405940115014
Octal134411201001311002112024
Binary10111001000011010010000001011001100000010001101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,33,10); }

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

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

 a { background-color: rgb(92,33,10); }

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

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

 span { border-color: rgb(92,33,10); }

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