#58250D

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

Shades of Baker's Chocolate #58250D

Tints of Baker's Chocolate #58250D

Color information

#58250D (or 0x58250D) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 25 and 0D. RGB value is (88,37,13). Sum of RGB (Red+Green+Blue) = 88+37+13=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58250D is #A7DAF2. Grayscale: #313131. Windows color (decimal): -11000563 or 861528. OLE color: 861528.

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

Color convert

RGB883713-
CMYK00.580.850.65
HSL19.2º74.26%19.8%-
HSV(B)19.2º85.23%34.51%-
XYZ4.763.430.79-
YUV49.51107.4155.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=63.77%
G=26.81%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88371300.580.850.6519.274.2619.8
Hex5825D03A5541134a14
Octal13045150721251012311224
Binary1011000100101110101110101010101100000110011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58250D; }

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

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

<style>
 a { background-color: #58250D; }

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

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

<style>
 span { border-color: #58250D; }

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

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