#5A260D

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

Shades of Baker's Chocolate #5A260D

Tints of Baker's Chocolate #5A260D

Color information

#5A260D (or 0x5A260D) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 26 and 0D. RGB value is (90,38,13). Sum of RGB (Red+Green+Blue) = 90+38+13=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A260D is #A5D9F2. Grayscale: #323232. Windows color (decimal): -10869235 or 861786. OLE color: 861786.

HSL color Cylindrical-coordinate representation of color #5A260D: hue angle of 19.48º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A260D is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB903813-
CMYK00.580.860.65
HSL19.48º74.76%20.2%-
HSV(B)19.48º85.56%35.29%-
XYZ4.983.590.81-
YUV50.7106.73156.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 63.83%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=63.83%
G=26.95%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90381300.580.860.6519.4874.7620.2
Hex5A26D03A5641134b14
Octal13246150721261012311324
Binary1011010100110110101110101010110100000110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,38,13); }

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

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

 a { background-color: rgb(90,38,13); }

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

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

 span { border-color: rgb(90,38,13); }

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