#583C01

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

Shades of Baker's Chocolate #583C01

Tints of Baker's Chocolate #583C01

Color information

#583C01 (or 0x583C01) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3C and 01. RGB value is (88,60,1). Sum of RGB (Red+Green+Blue) = 88+60+1=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #583C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C01 is #A7C3FE. Grayscale: #3D3D3D. Windows color (decimal): -10994687 or 80984. OLE color: 80984.

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

Color convert

RGB88601-
CMYK00.320.990.65
HSL40.69º97.75%17.45%-
HSV(B)40.69º98.86%34.51%-
XYZ5.655.310.76-
YUV61.6593.78146.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=59.06%
G=40.27%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8860100.320.990.6540.6997.7517.45
Hex583C10206341296211
Octal1307410401431015114221
Binary10110001111001010000011000111000001101001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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