#58230F

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

Shades of Baker's Chocolate #58230F

Tints of Baker's Chocolate #58230F

Color information

#58230F (or 0x58230F) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 23 and 0F. RGB value is (88,35,15). Sum of RGB (Red+Green+Blue) = 88+35+15=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58230F is #A7DCF0. Grayscale: #303030. Windows color (decimal): -11001073 or 992088. OLE color: 992088.

HSL color Cylindrical-coordinate representation of color #58230F: hue angle of 16.44º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58230F is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB883515-
CMYK00.600.830.65
HSL16.44º70.87%20.2%-
HSV(B)16.44º82.95%34.51%-
XYZ4.713.310.84-
YUV48.57109.06156.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=63.77%
G=25.36%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88351500.600.830.6516.4470.8720.2
Hex5823F03C5341104714
Octal13043170741231012010724
Binary1011000100011111101111001010011100000110000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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