#5A240D

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

Shades of Baker's Chocolate #5A240D

Tints of Baker's Chocolate #5A240D

Color information

#5A240D (or 0x5A240D) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 24 and 0D. RGB value is (90,36,13). Sum of RGB (Red+Green+Blue) = 90+36+13=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A240D is #A5DBF2. Grayscale: #313131. Windows color (decimal): -10869747 or 861274. OLE color: 861274.

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

Color convert

RGB903613-
CMYK00.600.860.65
HSL17.92º74.76%20.2%-
HSV(B)17.92º85.56%35.29%-
XYZ4.923.460.79-
YUV49.52107.39156.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.75%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=64.75%
G=25.90%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90361300.600.860.6517.9274.7620.2
Hex5A24D03C5641124b14
Octal13244150741261012211324
Binary1011010100100110101111001010110100000110010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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