#582303

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

Shades of Baker's Chocolate #582303

Tints of Baker's Chocolate #582303

Color information

#582303 (or 0x582303) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 23 and 03. RGB value is (88,35,3). Sum of RGB (Red+Green+Blue) = 88+35+3=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #582303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582303 is #A7DCFC. Grayscale: #2F2F2F. Windows color (decimal): -11001085 or 205656. OLE color: 205656.

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

Color convert

RGB88353-
CMYK00.600.970.65
HSL22.59º93.41%17.84%-
HSV(B)22.59º96.59%34.51%-
XYZ4.643.280.48-
YUV47.2103.06157.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.84%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=69.84%
G=27.78%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8835300.600.970.6522.5993.4117.84
Hex5823303C6141175d12
Octal1304330741411012713522
Binary10110001000111101111001100001100000110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582303; }

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

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

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

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

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

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

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

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