#5A250D

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

Shades of Baker's Chocolate #5A250D

Tints of Baker's Chocolate #5A250D

Color information

#5A250D (or 0x5A250D) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 25 and 0D. RGB value is (90,37,13). Sum of RGB (Red+Green+Blue) = 90+37+13=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A250D is #A5DAF2. Grayscale: #323232. Windows color (decimal): -10869491 or 861530. OLE color: 861530.

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

Color convert

RGB903713-
CMYK00.590.860.65
HSL18.7º74.76%20.2%-
HSV(B)18.7º85.56%35.29%-
XYZ4.953.530.8-
YUV50.11107.06156.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.29%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=64.29%
G=26.43%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90371300.590.860.6518.774.7620.2
Hex5A25D03B5641134b14
Octal13245150731261012311324
Binary1011010100101110101110111010110100000110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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