#5A240E

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

Shades of Baker's Chocolate #5A240E

Tints of Baker's Chocolate #5A240E

Color information

#5A240E (or 0x5A240E) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 24 and 0E. RGB value is (90,36,14). Sum of RGB (Red+Green+Blue) = 90+36+14=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A240E is #A5DBF1. Grayscale: #313131. Windows color (decimal): -10869746 or 926810. OLE color: 926810.

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

Color convert

RGB903614-
CMYK00.600.840.65
HSL17.37º73.08%20.39%-
HSV(B)17.37º84.44%35.29%-
XYZ4.933.470.83-
YUV49.64107.89156.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.29%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 14 (5.86% from 255) = 10%
R=64.29%
G=25.71%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90361400.600.840.6517.3773.0820.39
Hex5A24E03C5441114914
Octal13244160741241012111124
Binary1011010100100111001111001010100100000110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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