#58320C

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

Shades of Baker's Chocolate #58320C

Tints of Baker's Chocolate #58320C

Color information

#58320C (or 0x58320C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 32 and 0C. RGB value is (88,50,12). Sum of RGB (Red+Green+Blue) = 88+50+12=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58320C is #A7CDF3. Grayscale: #393939. Windows color (decimal): -10997236 or 799320. OLE color: 799320.

HSL color Cylindrical-coordinate representation of color #58320C: hue angle of 30º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58320C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB885012-
CMYK00.430.860.65
HSL30º76%19.61%-
HSV(B)30º86.36%34.51%-
XYZ5.234.380.92-
YUV57.03102.59150.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 12 (5.08% from 255) = 8%
R=58.67%
G=33.33%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88501200.430.860.65307619.61
Hex5832C02B56411e4c14
Octal13062140531261013611424
Binary1011000110010110001010111010110100000111110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58320C; }

 p { color: rgb(88,50,12); }

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

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

 a { background-color: rgb(88,50,12); }

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

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

 span { border-color: rgb(88,50,12); }

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