#583107

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

Shades of Baker's Chocolate #583107

Tints of Baker's Chocolate #583107

Color information

#583107 (or 0x583107) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 31 and 07. RGB value is (88,49,7). Sum of RGB (Red+Green+Blue) = 88+49+7=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #583107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583107 is #A7CEF8. Grayscale: #383838. Windows color (decimal): -10997497 or 471384. OLE color: 471384.

HSL color Cylindrical-coordinate representation of color #583107: hue angle of 31.11º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #583107 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB88497-
CMYK00.440.920.65
HSL31.11º85.26%18.63%-
HSV(B)31.11º92.05%34.51%-
XYZ5.164.290.76-
YUV55.87100.42150.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=61.11%
G=34.03%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8849700.440.920.6531.1185.2618.63
Hex5831702C5C411f5513
Octal1306170541341013712523
Binary101100011000111101011001011100100000111111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583107; }

 p { color: rgb(88,49,7); }

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

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

 a { background-color: rgb(88,49,7); }

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

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

 span { border-color: rgb(88,49,7); }

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