#58320A

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

Shades of Baker's Chocolate #58320A

Tints of Baker's Chocolate #58320A

Color information

#58320A (or 0x58320A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 32 and 0A. RGB value is (88,50,10). Sum of RGB (Red+Green+Blue) = 88+50+10=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #58320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58320A is #A7CDF5. Grayscale: #393939. Windows color (decimal): -10997238 or 668248. OLE color: 668248.

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

Color convert

RGB885010-
CMYK00.430.890.65
HSL30.77º79.59%19.22%-
HSV(B)30.77º88.64%34.51%-
XYZ5.224.380.86-
YUV56.8101.59150.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.46%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=59.46%
G=33.78%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88501000.430.890.6530.7779.5919.22
Hex5832A02B59411f5013
Octal13062120531311013712023
Binary1011000110010101001010111011001100000111111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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