#58341A

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

Shades of Baker's Chocolate #58341A

Tints of Baker's Chocolate #58341A

Color information

#58341A (or 0x58341A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 34 and 1A. RGB value is (88,52,26). Sum of RGB (Red+Green+Blue) = 88+52+26=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58341A is #A7CBE5. Grayscale: #3B3B3B. Windows color (decimal): -10996710 or 1717336. OLE color: 1717336.

HSL color Cylindrical-coordinate representation of color #58341A: hue angle of 25.16º 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 #58341A is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB885226-
CMYK00.410.700.65
HSL25.16º54.39%22.35%-
HSV(B)25.16º70.45%34.51%-
XYZ5.444.611.58-
YUV59.8108.93148.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=53.01%
G=31.33%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88522600.410.700.6525.1654.3922.35
Hex58341A0294641193616
Octal1306432051106101316626
Binary1011000110100110100101001100011010000011100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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