#582503

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

Shades of Baker's Chocolate #582503

Tints of Baker's Chocolate #582503

Color information

#582503 (or 0x582503) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 25 and 03. RGB value is (88,37,3). Sum of RGB (Red+Green+Blue) = 88+37+3=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #582503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582503 is #A7DAFC. Grayscale: #303030. Windows color (decimal): -11000573 or 206168. OLE color: 206168.

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

Color convert

RGB88373-
CMYK00.580.970.65
HSL24º93.41%17.84%-
HSV(B)24º96.59%34.51%-
XYZ4.73.40.5-
YUV48.37102.4156.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=68.75%
G=28.91%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8837300.580.970.652493.4117.84
Hex5825303A6141185d12
Octal1304530721411013013522
Binary10110001001011101110101100001100000111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582503; }

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

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

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

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

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

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

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

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