#58390B

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

Shades of Baker's Chocolate #58390B

Tints of Baker's Chocolate #58390B

Color information

#58390B (or 0x58390B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 39 and 0B. RGB value is (88,57,11). Sum of RGB (Red+Green+Blue) = 88+57+11=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58390B is #A7C6F4. Grayscale: #3D3D3D. Windows color (decimal): -10995445 or 735576. OLE color: 735576.

HSL color Cylindrical-coordinate representation of color #58390B: hue angle of 35.84º 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 #58390B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB885711-
CMYK00.350.880.65
HSL35.84º77.78%19.41%-
HSV(B)35.84º87.5%34.51%-
XYZ5.555.030.99-
YUV61.0299.77147.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=56.41%
G=36.54%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88571100.350.880.6535.8477.7819.41
Hex5839B0235841244e13
Octal13071130431301014411623
Binary10110001110011011010001110110001000001100100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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