#583613

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

Shades of Baker's Chocolate #583613

Tints of Baker's Chocolate #583613

Color information

#583613 (or 0x583613) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 36 and 13. RGB value is (88,54,19). Sum of RGB (Red+Green+Blue) = 88+54+19=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #583613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583613 is #A7C9EC. Grayscale: #3C3C3C. Windows color (decimal): -10996205 or 1259096. OLE color: 1259096.

HSL color Cylindrical-coordinate representation of color #583613: hue angle of 30.43º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #583613 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB885419-
CMYK00.390.780.65
HSL30.43º64.49%20.98%-
HSV(B)30.43º78.41%34.51%-
XYZ5.464.761.25-
YUV60.18104.76147.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=54.66%
G=33.54%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88541900.390.780.6530.4364.4920.98
Hex5836130274E411e4015
Octal13066230471161013610025
Binary10110001101101001101001111001110100000111110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583613; }

 p { color: rgb(88,54,19); }

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

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

 a { background-color: rgb(88,54,19); }

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

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

 span { border-color: rgb(88,54,19); }

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