#58351A

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

Shades of Baker's Chocolate #58351A

Tints of Baker's Chocolate #58351A

Color information

#58351A (or 0x58351A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 35 and 1A. RGB value is (88,53,26). Sum of RGB (Red+Green+Blue) = 88+53+26=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58351A is #A7CAE5. Grayscale: #3C3C3C. Windows color (decimal): -10996454 or 1717592. OLE color: 1717592.

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

Color convert

RGB885326-
CMYK00.400.700.65
HSL26.13º54.39%22.35%-
HSV(B)26.13º70.45%34.51%-
XYZ5.484.71.59-
YUV60.39108.6147.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=52.69%
G=31.74%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88532600.400.700.6526.1354.3922.35
Hex58351A02846411a3616
Octal1306532050106101326626
Binary1011000110101110100101000100011010000011101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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