Html Css Color HEX #58310C Baker's Chocolate

📋 copy color: '#58310C'

red 88 ◦ green 49 ◦ blue 12

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

Shades of Baker's Chocolate #58310C

Tints of Baker's Chocolate #58310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.89%

 BLUE value IS 12 (5.08% from 255) = 8.05%

R = 59.06%
G = 32.89%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58310C (or 0x58310C) is known color: Baker's Chocolate. HEX triplet: 58, 31 and 0C. RGB value is (88,49,12). Sum of RGB (Red+Green+Blue) = 88+49+12=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58310C is #A7CEF3. Grayscale: #383838. Windows color (decimal): -10997492 or 799064. OLE color: 799064.

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

Color convert

RGB 88 49 12 -
CMYK 0 0.44 0.86 0.65
HSL 29.21º 0.76% 0.2% -
HSV(B) 29.21º 0.86% 0.35% -
XYZ 5.19 4.3 0.9 -
YUV 56.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 88 49 12 0 0.44 0.86 0.65 29.21 0.76 0.2
Hex 58 31 C 0 2C 56 41 1D 4C 14
Octal 130 61 14 0 54 126 101 35 114 24
Binary 1011000 110001 1100 0 101100 1010110 1000001 11101 1001100 10100

Color Harmonies of #58310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58310C

Black with #58310C

Text Example


Text Example

White with #58310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58310C;
 }
 .AnyTagClassName
 {
   color: #58310C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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