#582700

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

Shades of Baker's Chocolate #582700

Tints of Baker's Chocolate #582700

Color information

#582700 (or 0x582700) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 27 and 00. RGB value is (88,39,0). Sum of RGB (Red+Green+Blue) = 88+39+0=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #582700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582700 is #A7D8FF. Grayscale: #313131. Windows color (decimal): -11000064 or 10072. OLE color: 10072.

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

Color convert

RGB88390-
CMYK00.5610.65
HSL26.59º100%17.25%-
HSV(B)26.59º100%34.51%-
XYZ4.753.530.43-
YUV49.2100.23155.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.29%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.29%
G=30.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8839000.5610.6526.5910017.25
Hex5827003864411b6411
Octal1304700701441013314421
Binary1011000100111001110001100100100000111011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582700; }

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

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

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

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

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

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

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

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