#58330C

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

Shades of Baker's Chocolate #58330C

Tints of Baker's Chocolate #58330C

Color information

#58330C (or 0x58330C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 33 and 0C. RGB value is (88,51,12). Sum of RGB (Red+Green+Blue) = 88+51+12=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58330C is #A7CCF3. Grayscale: #393939. Windows color (decimal): -10996980 or 799576. OLE color: 799576.

HSL color Cylindrical-coordinate representation of color #58330C: hue angle of 30.79º 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 #58330C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB885112-
CMYK00.420.860.65
HSL30.79º76%19.61%-
HSV(B)30.79º86.36%34.51%-
XYZ5.274.470.93-
YUV57.62102.26149.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=58.28%
G=33.77%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88511200.420.860.6530.797619.61
Hex5833C02A56411f4c14
Octal13063140521261013711424
Binary1011000110011110001010101010110100000111111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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