#583003

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

Shades of Baker's Chocolate #583003

Tints of Baker's Chocolate #583003

Color information

#583003 (or 0x583003) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 30 and 03. RGB value is (88,48,3). Sum of RGB (Red+Green+Blue) = 88+48+3=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #583003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583003 is #A7CFFC. Grayscale: #373737. Windows color (decimal): -10997757 or 208984. OLE color: 208984.

HSL color Cylindrical-coordinate representation of color #583003: hue angle of 31.76º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #583003 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB88483-
CMYK00.450.970.65
HSL31.76º93.41%17.84%-
HSV(B)31.76º96.59%34.51%-
XYZ5.14.20.63-
YUV54.8398.75151.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=63.31%
G=34.53%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8848300.450.970.6531.7693.4117.84
Hex5830302D6141205d12
Octal1306030551411014013522
Binary101100011000011010110111000011000001100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583003; }

 p { color: rgb(88,48,3); }

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

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

 a { background-color: rgb(88,48,3); }

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

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

 span { border-color: rgb(88,48,3); }

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