#58380B

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

Shades of Baker's Chocolate #58380B

Tints of Baker's Chocolate #58380B

Color information

#58380B (or 0x58380B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 38 and 0B. RGB value is (88,56,11). Sum of RGB (Red+Green+Blue) = 88+56+11=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58380B is #A7C7F4. Grayscale: #3C3C3C. Windows color (decimal): -10995701 or 735320. OLE color: 735320.

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

Color convert

RGB885611-
CMYK00.360.880.65
HSL35.06º77.78%19.41%-
HSV(B)35.06º87.5%34.51%-
XYZ5.54.930.98-
YUV60.44100.1147.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 11 (4.69% from 255) = 7.10%
R=56.77%
G=36.13%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88561100.360.880.6535.0677.7819.41
Hex5838B0245841234e13
Octal13070130441301014311623
Binary10110001110001011010010010110001000001100011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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