Html Css Color HEX #58290C Baker's Chocolate

📋 copy color: '#58290C'

red 88 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #58290C

Tints of Baker's Chocolate #58290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.08%

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

R = 62.41%
G = 29.08%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58290C (or 0x58290C) is known color: Baker's Chocolate. HEX triplet: 58, 29 and 0C. RGB value is (88,41,12). Sum of RGB (Red+Green+Blue) = 88+41+12=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #58290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58290C is #A7D6F3. Grayscale: #333333. Windows color (decimal): -10999540 or 797016. OLE color: 797016.

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

Color convert

RGB 88 41 12 -
CMYK 0 0.53 0.86 0.65
HSL 22.89º 0.76% 0.2% -
HSV(B) 22.89º 0.86% 0.35% -
XYZ 4.88 3.69 0.8 -
YUV 51.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 88 41 12 0 0.53 0.86 0.65 22.89 0.76 0.2
Hex 58 29 C 0 35 56 41 17 4C 14
Octal 130 51 14 0 65 126 101 27 114 24
Binary 1011000 101001 1100 0 110101 1010110 1000001 10111 1001100 10100

Color Harmonies of #58290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58290C

Black with #58290C

Text Example


Text Example

White with #58290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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