#58320B

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

Shades of Baker's Chocolate #58320B

Tints of Baker's Chocolate #58320B

Color information

#58320B (or 0x58320B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 32 and 0B. RGB value is (88,50,11). Sum of RGB (Red+Green+Blue) = 88+50+11=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58320B is #A7CDF4. Grayscale: #393939. Windows color (decimal): -10997237 or 733784. OLE color: 733784.

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

Color convert

RGB885011-
CMYK00.430.880.65
HSL30.39º77.78%19.41%-
HSV(B)30.39º87.5%34.51%-
XYZ5.234.380.89-
YUV56.92102.09150.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 11 (4.69% from 255) = 7.38%
R=59.06%
G=33.56%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88501100.430.880.6530.3977.7819.41
Hex5832B02B58411e4e13
Octal13062130531301013611623
Binary1011000110010101101010111011000100000111110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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