#583010

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

Shades of Baker's Chocolate #583010

Tints of Baker's Chocolate #583010

Color information

#583010 (or 0x583010) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 30 and 10. RGB value is (88,48,16). Sum of RGB (Red+Green+Blue) = 88+48+16=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #583010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583010 is #A7CFEF. Grayscale: #383838. Windows color (decimal): -10997744 or 1060952. OLE color: 1060952.

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

Color convert

RGB884816-
CMYK00.450.820.65
HSL26.67º69.23%20.39%-
HSV(B)26.67º81.82%34.51%-
XYZ5.174.231.03-
YUV56.31105.25150.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=57.89%
G=31.58%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88481600.450.820.6526.6769.2320.39
Hex58301002D52411b4514
Octal13060200551221013310524
Binary10110001100001000001011011010010100000111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583010; }

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

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

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

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

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

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

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

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