#58380D

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

Shades of Baker's Chocolate #58380D

Tints of Baker's Chocolate #58380D

Color information

#58380D (or 0x58380D) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 38 and 0D. RGB value is (88,56,13). Sum of RGB (Red+Green+Blue) = 88+56+13=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58380D is #A7C7F2. Grayscale: #3C3C3C. Windows color (decimal): -10995699 or 866392. OLE color: 866392.

HSL color Cylindrical-coordinate representation of color #58380D: hue angle of 34.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58380D is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB885613-
CMYK00.360.850.65
HSL34.4º74.26%19.8%-
HSV(B)34.4º85.23%34.51%-
XYZ5.514.931.04-
YUV60.67101.1147.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=56.05%
G=35.67%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88561300.360.850.6534.474.2619.8
Hex5838D0245541224a14
Octal13070150441251014211224
Binary10110001110001101010010010101011000001100010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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