#58391A

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

Shades of Baker's Chocolate #58391A

Tints of Baker's Chocolate #58391A

Color information

#58391A (or 0x58391A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 39 and 1A. RGB value is (88,57,26). Sum of RGB (Red+Green+Blue) = 88+57+26=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58391A is #A7C6E5. Grayscale: #3E3E3E. Windows color (decimal): -10995430 or 1718616. OLE color: 1718616.

HSL color Cylindrical-coordinate representation of color #58391A: hue angle of 30º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58391A is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB885726-
CMYK00.350.700.65
HSL30º54.39%22.35%-
HSV(B)30º70.45%34.51%-
XYZ5.675.081.66-
YUV62.73107.27146.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=51.46%
G=33.33%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88572600.350.700.653054.3922.35
Hex58391A02346411e3616
Octal1307132043106101366626
Binary1011000111001110100100011100011010000011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58391A; }

 p { color: rgb(88,57,26); }

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

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

 a { background-color: rgb(88,57,26); }

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

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

 span { border-color: rgb(88,57,26); }

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