#583302

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

Shades of Baker's Chocolate #583302

Tints of Baker's Chocolate #583302

Color information

#583302 (or 0x583302) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 33 and 02. RGB value is (88,51,2). Sum of RGB (Red+Green+Blue) = 88+51+2=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #583302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583302 is #A7CCFD. Grayscale: #383838. Windows color (decimal): -10996990 or 144216. OLE color: 144216.

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

Color convert

RGB88512-
CMYK00.420.980.65
HSL34.19º95.56%17.65%-
HSV(B)34.19º97.73%34.51%-
XYZ5.224.450.64-
YUV56.4897.26150.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=62.41%
G=36.17%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8851200.420.980.6534.1995.5617.65
Hex5833202A6241226012
Octal1306320521421014214022
Binary101100011001110010101011000101000001100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583302; }

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

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

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

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

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

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

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

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