Html Css Color HEX #58390D Baker's Chocolate

📋 copy color: '#58390D'

red 88 ◦ green 57 ◦ blue 13

#58390D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #58390D

Tints of Baker's Chocolate #58390D

RGB

 RED value IS 88 (34.77% from 255) = 55.7%

 GREEN value IS 57 (22.66% from 255) = 36.08%

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 55.7%
G = 36.08%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58390D (or 0x58390D) is known color: Baker's Chocolate. HEX triplet: 58, 39 and 0D. RGB value is (88,57,13). Sum of RGB (Red+Green+Blue) = 88+57+13=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #58390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58390D is #A7C6F2. Grayscale: #3D3D3D. Windows color (decimal): -10995443 or 866648. OLE color: 866648.

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

Color convert

RGB 88 57 13 -
CMYK 0 0.35 0.85 0.65
HSL 35.2º 0.74% 0.2% -
HSV(B) 35.2º 0.85% 0.35% -
XYZ 5.56 5.03 1.06 -
YUV 61.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 88 57 13 0 0.35 0.85 0.65 35.2 0.74 0.2
Hex 58 39 D 0 23 55 41 23 4A 14
Octal 130 71 15 0 43 125 101 43 112 24
Binary 1011000 111001 1101 0 100011 1010101 1000001 100011 1001010 10100

Color Harmonies of #58390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58390D

Black with #58390D

Text Example


Text Example

White with #58390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58390D;
 }
 .AnyTagClassName
 {
   color: #58390D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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