#583201

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

Shades of Baker's Chocolate #583201

Tints of Baker's Chocolate #583201

Color information

#583201 (or 0x583201) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 32 and 01. RGB value is (88,50,1). Sum of RGB (Red+Green+Blue) = 88+50+1=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #583201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583201 is #A7CDFE. Grayscale: #383838. Windows color (decimal): -10997247 or 78424. OLE color: 78424.

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

Color convert

RGB88501-
CMYK00.430.990.65
HSL33.79º97.75%17.45%-
HSV(B)33.79º98.86%34.51%-
XYZ5.174.360.6-
YUV55.7897.09150.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=63.31%
G=35.97%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8850100.430.990.6533.7997.7517.45
Hex5832102B6341226211
Octal1306210531431014214221
Binary10110001100101010101111000111000001100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583201; }

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

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

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

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

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

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

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

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