#5A391C

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

Shades of Baker's Chocolate #5A391C

Tints of Baker's Chocolate #5A391C

Color information

#5A391C (or 0x5A391C) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 39 and 1C. RGB value is (90,57,28). Sum of RGB (Red+Green+Blue) = 90+57+28=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A391C is #A5C6E3. Grayscale: #3F3F3F. Windows color (decimal): -10864356 or 1849690. OLE color: 1849690.

HSL color Cylindrical-coordinate representation of color #5A391C: hue angle of 28.06º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A391C is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB905728-
CMYK00.370.690.65
HSL28.06º52.54%23.14%-
HSV(B)28.06º68.89%35.29%-
XYZ5.895.181.79-
YUV63.56107.93146.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.43%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 28 (11.33% from 255) = 16%
R=51.43%
G=32.57%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90572800.370.690.6528.0652.5423.14
Hex5A391C02545411c3517
Octal1327134045105101346527
Binary1011010111001111000100101100010110000011110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,57,28); }

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

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

 a { background-color: rgb(90,57,28); }

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

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

 span { border-color: rgb(90,57,28); }

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