#5C391A

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

Shades of Baker's Chocolate #5C391A

Tints of Baker's Chocolate #5C391A

Color information

#5C391A (or 0x5C391A) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 39 and 1A. RGB value is (92,57,26). Sum of RGB (Red+Green+Blue) = 92+57+26=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C391A is #A3C6E5. Grayscale: #404040. Windows color (decimal): -10733286 or 1718620. OLE color: 1718620.

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

Color convert

RGB925726-
CMYK00.380.720.64
HSL28.18º55.93%23.14%-
HSV(B)28.18º71.74%36.08%-
XYZ6.065.281.68-
YUV63.93106.6148.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 52.57%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=52.57%
G=32.57%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92572600.380.720.6428.1855.9323.14
Hex5C391A02648401c3817
Octal1347132046110100347027
Binary1011100111001110100100110100100010000001110011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,57,26); }

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

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

 a { background-color: rgb(92,57,26); }

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

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

 span { border-color: rgb(92,57,26); }

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