#583207

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

Shades of Baker's Chocolate #583207

Tints of Baker's Chocolate #583207

Color information

#583207 (or 0x583207) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 32 and 07. RGB value is (88,50,7). Sum of RGB (Red+Green+Blue) = 88+50+7=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #583207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583207 is #A7CDF8. Grayscale: #383838. Windows color (decimal): -10997241 or 471640. OLE color: 471640.

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

Color convert

RGB88507-
CMYK00.430.920.65
HSL31.85º85.26%18.63%-
HSV(B)31.85º92.05%34.51%-
XYZ5.24.370.77-
YUV56.46100.09150.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 7 (3.12% from 255) = 4.83%
R=60.69%
G=34.48%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8850700.430.920.6531.8585.2618.63
Hex5832702B5C41205513
Octal1306270531341014012523
Binary1011000110010111010101110111001000001100000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583207; }

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

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

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

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

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

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

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

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