#58230C

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

Shades of Baker's Chocolate #58230C

Tints of Baker's Chocolate #58230C

Color information

#58230C (or 0x58230C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 23 and 0C. RGB value is (88,35,12). Sum of RGB (Red+Green+Blue) = 88+35+12=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58230C is #A7DCF3. Grayscale: #303030. Windows color (decimal): -11001076 or 795480. OLE color: 795480.

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

Color convert

RGB883512-
CMYK00.600.860.65
HSL18.16º76%19.61%-
HSV(B)18.16º86.36%34.51%-
XYZ4.693.30.74-
YUV48.22107.56156.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=65.19%
G=25.93%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88351200.600.860.6518.167619.61
Hex5823C03C5641124c14
Octal13043140741261012211424
Binary1011000100011110001111001010110100000110010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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