#582610

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

Shades of Baker's Chocolate #582610

Tints of Baker's Chocolate #582610

Color information

#582610 (or 0x582610) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 26 and 10. RGB value is (88,38,16). Sum of RGB (Red+Green+Blue) = 88+38+16=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #582610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582610 is #A7D9EF. Grayscale: #323232. Windows color (decimal): -11000304 or 1058392. OLE color: 1058392.

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

Color convert

RGB883816-
CMYK00.570.820.65
HSL18.33º69.23%20.39%-
HSV(B)18.33º81.82%34.51%-
XYZ4.813.50.91-
YUV50.44108.56154.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=61.97%
G=26.76%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88381600.570.820.6518.3369.2320.39
Hex5826100395241124514
Octal13046200711221012210524
Binary10110001001101000001110011010010100000110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582610; }

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

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

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

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

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

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

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

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