#5A331C

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

Shades of Baker's Chocolate #5A331C

Tints of Baker's Chocolate #5A331C

Color information

#5A331C (or 0x5A331C) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 33 and 1C. RGB value is (90,51,28). Sum of RGB (Red+Green+Blue) = 90+51+28=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A331C is #A5CCE3. Grayscale: #3C3C3C. Windows color (decimal): -10865892 or 1848154. OLE color: 1848154.

HSL color Cylindrical-coordinate representation of color #5A331C: hue angle of 22.26º 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 #5A331C is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB905128-
CMYK00.430.690.65
HSL22.26º52.54%23.14%-
HSV(B)22.26º68.89%35.29%-
XYZ5.614.631.7-
YUV60.04109.92149.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.25%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=53.25%
G=30.18%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90512800.430.690.6522.2652.5423.14
Hex5A331C02B4541163517
Octal1326334053105101266527
Binary1011010110011111000101011100010110000011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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