#582702

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

Shades of Baker's Chocolate #582702

Tints of Baker's Chocolate #582702

Color information

#582702 (or 0x582702) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 27 and 02. RGB value is (88,39,2). Sum of RGB (Red+Green+Blue) = 88+39+2=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #582702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582702 is #A7D8FD. Grayscale: #313131. Windows color (decimal): -11000062 or 141144. OLE color: 141144.

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

Color convert

RGB88392-
CMYK00.560.980.65
HSL25.81º95.56%17.65%-
HSV(B)25.81º97.73%34.51%-
XYZ4.763.530.49-
YUV49.43101.23155.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=68.22%
G=30.23%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8839200.560.980.6525.8195.5617.65
Hex5827203862411a6012
Octal1304720701421013214022
Binary10110001001111001110001100010100000111010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582702; }

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

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

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

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

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

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

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

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