#5C311B

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

Shades of Baker's Chocolate #5C311B

Tints of Baker's Chocolate #5C311B

Color information

#5C311B (or 0x5C311B) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 31 and 1B. RGB value is (92,49,27). Sum of RGB (Red+Green+Blue) = 92+49+27=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C311B is #A3CEE4. Grayscale: #3B3B3B. Windows color (decimal): -10735333 or 1782108. OLE color: 1782108.

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

Color convert

RGB924927-
CMYK00.470.710.64
HSL20.31º54.62%23.33%-
HSV(B)20.31º70.65%36.08%-
XYZ5.714.551.61-
YUV59.35109.75151.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 54.76%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=54.76%
G=29.17%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92492700.470.710.6420.3154.6223.33
Hex5C311B02F4740143717
Octal1346133057107100246727
Binary1011100110001110110101111100011110000001010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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