#582611

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

Shades of Baker's Chocolate #582611

Tints of Baker's Chocolate #582611

Color information

#582611 (or 0x582611) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 26 and 11. RGB value is (88,38,17). Sum of RGB (Red+Green+Blue) = 88+38+17=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582611 is #A7D9EE. Grayscale: #323232. Windows color (decimal): -11000303 or 1123928. OLE color: 1123928.

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

Color convert

RGB883817-
CMYK00.570.810.65
HSL17.75º67.62%20.59%-
HSV(B)17.75º80.68%34.51%-
XYZ4.823.50.95-
YUV50.56109.06154.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=61.54%
G=26.57%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88381700.570.810.6517.7567.6220.59
Hex5826110395141124415
Octal13046210711211012210425
Binary10110001001101000101110011010001100000110010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582611; }

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

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

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

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

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

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

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

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