#582701

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

Shades of Baker's Chocolate #582701

Tints of Baker's Chocolate #582701

Color information

#582701 (or 0x582701) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 27 and 01. RGB value is (88,39,1). Sum of RGB (Red+Green+Blue) = 88+39+1=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #582701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582701 is #A7D8FE. Grayscale: #313131. Windows color (decimal): -11000063 or 75608. OLE color: 75608.

HSL color Cylindrical-coordinate representation of color #582701: hue angle of 26.21º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #582701 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB88391-
CMYK00.560.990.65
HSL26.21º97.75%17.45%-
HSV(B)26.21º98.86%34.51%-
XYZ4.763.530.46-
YUV49.32100.73155.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=68.75%
G=30.47%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8839100.560.990.6526.2197.7517.45
Hex5827103863411a6211
Octal1304710701431013214221
Binary1011000100111101110001100011100000111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582701; }

 p { color: rgb(88,39,1); }

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

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

 a { background-color: rgb(88,39,1); }

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

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

 span { border-color: rgb(88,39,1); }

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