#5A250B

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

Shades of Baker's Chocolate #5A250B

Tints of Baker's Chocolate #5A250B

Color information

#5A250B (or 0x5A250B) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 25 and 0B. RGB value is (90,37,11). Sum of RGB (Red+Green+Blue) = 90+37+11=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A250B is #A5DAF4. Grayscale: #323232. Windows color (decimal): -10869493 or 730458. OLE color: 730458.

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

Color convert

RGB903711-
CMYK00.590.880.65
HSL19.75º78.22%19.8%-
HSV(B)19.75º87.78%35.29%-
XYZ4.943.520.74-
YUV49.88106.06156.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 65.22%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=65.22%
G=26.81%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90371100.590.880.6519.7578.2219.8
Hex5A25B03B5841144e14
Octal13245130731301012411624
Binary1011010100101101101110111011000100000110100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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