#583202

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

Shades of Baker's Chocolate #583202

Tints of Baker's Chocolate #583202

Color information

#583202 (or 0x583202) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 32 and 02. RGB value is (88,50,2). Sum of RGB (Red+Green+Blue) = 88+50+2=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #583202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583202 is #A7CDFD. Grayscale: #383838. Windows color (decimal): -10997246 or 143960. OLE color: 143960.

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

Color convert

RGB88502-
CMYK00.430.980.65
HSL33.49º95.56%17.65%-
HSV(B)33.49º97.73%34.51%-
XYZ5.184.360.63-
YUV55.8997.59150.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.86%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=62.86%
G=35.71%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8850200.430.980.6533.4995.5617.65
Hex5832202B6241216012
Octal1306220531421014114022
Binary101100011001010010101111000101000001100001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583202; }

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

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

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

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

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

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

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

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