#58250C

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

Shades of Baker's Chocolate #58250C

Tints of Baker's Chocolate #58250C

Color information

#58250C (or 0x58250C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 25 and 0C. RGB value is (88,37,12). Sum of RGB (Red+Green+Blue) = 88+37+12=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58250C is #A7DAF3. Grayscale: #313131. Windows color (decimal): -11000564 or 795992. OLE color: 795992.

HSL color Cylindrical-coordinate representation of color #58250C: hue angle of 19.74º degrees, saturation: 0.76, 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 #58250C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB883712-
CMYK00.580.860.65
HSL19.74º76%19.61%-
HSV(B)19.74º86.36%34.51%-
XYZ4.753.420.76-
YUV49.4106.9155.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=64.23%
G=27.01%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88371200.580.860.6519.747619.61
Hex5825C03A5641144c14
Octal13045140721261012411424
Binary1011000100101110001110101010110100000110100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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