#583B02

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

Shades of Baker's Chocolate #583B02

Tints of Baker's Chocolate #583B02

Color information

#583B02 (or 0x583B02) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3B and 02. RGB value is (88,59,2). Sum of RGB (Red+Green+Blue) = 88+59+2=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #583B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B02 is #A7C4FD. Grayscale: #3D3D3D. Windows color (decimal): -10994942 or 146264. OLE color: 146264.

HSL color Cylindrical-coordinate representation of color #583B02: hue angle of 39.77º 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 #583B02 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB88592-
CMYK00.330.980.65
HSL39.77º95.56%17.65%-
HSV(B)39.77º97.73%34.51%-
XYZ5.65.210.77-
YUV61.1794.61147.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=59.06%
G=39.60%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8859200.330.980.6539.7795.5617.65
Hex583B20216241286012
Octal1307320411421015014022
Binary101100011101110010000111000101000001101000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583B02; }

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

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

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

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

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

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

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

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