#58260F

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

Shades of Baker's Chocolate #58260F

Tints of Baker's Chocolate #58260F

Color information

#58260F (or 0x58260F) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 26 and 0F. RGB value is (88,38,15). Sum of RGB (Red+Green+Blue) = 88+38+15=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #58260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58260F is #A7D9F0. Grayscale: #323232. Windows color (decimal): -11000305 or 992856. OLE color: 992856.

HSL color Cylindrical-coordinate representation of color #58260F: hue angle of 18.9º 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 #58260F is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB883815-
CMYK00.570.830.65
HSL18.9º70.87%20.2%-
HSV(B)18.9º82.95%34.51%-
XYZ4.83.50.87-
YUV50.33108.06154.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=62.41%
G=26.95%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88381500.570.830.6518.970.8720.2
Hex5826F0395341134714
Octal13046170711231012310724
Binary1011000100110111101110011010011100000110011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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