#582613

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

Shades of Baker's Chocolate #582613

Tints of Baker's Chocolate #582613

Color information

#582613 (or 0x582613) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 26 and 13. RGB value is (88,38,19). Sum of RGB (Red+Green+Blue) = 88+38+19=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #582613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582613 is #A7D9EC. Grayscale: #323232. Windows color (decimal): -11000301 or 1255000. OLE color: 1255000.

HSL color Cylindrical-coordinate representation of color #582613: hue angle of 16.52º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582613 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB883819-
CMYK00.570.780.65
HSL16.52º64.49%20.98%-
HSV(B)16.52º78.41%34.51%-
XYZ4.843.511.04-
YUV50.78110.06154.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=60.69%
G=26.21%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88381900.570.780.6516.5264.4920.98
Hex5826130394E41114015
Octal13046230711161012110025
Binary10110001001101001101110011001110100000110001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582613; }

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

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

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

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

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

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

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

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