#5C311C

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

Shades of Baker's Chocolate #5C311C

Tints of Baker's Chocolate #5C311C

Color information

#5C311C (or 0x5C311C) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 31 and 1C. RGB value is (92,49,28). Sum of RGB (Red+Green+Blue) = 92+49+28=169 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.44% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 92 - color contains mainly: red. Hex color #5C311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C311C is #A3CEE3. Grayscale: #3B3B3B. Windows color (decimal): -10735332 or 1847644. OLE color: 1847644.

HSL color Cylindrical-coordinate representation of color #5C311C: hue angle of 19.69º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C311C is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB924928-
CMYK00.470.700.64
HSL19.69º53.33%23.53%-
HSV(B)19.69º69.57%36.08%-
XYZ5.724.561.68-
YUV59.46110.25151.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 54.44%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=54.44%
G=28.99%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92492800.470.700.6419.6953.3323.53
Hex5C311C02F4640143518
Octal1346134057106100246530
Binary1011100110001111000101111100011010000001010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,49,28); }

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

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

 a { background-color: rgb(92,49,28); }

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

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

 span { border-color: rgb(92,49,28); }

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