Html Css Color HEX #58280C Baker's Chocolate

📋 copy color: '#58280C'

red 88 ◦ green 40 ◦ blue 12

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

Shades of Baker's Chocolate #58280C

Tints of Baker's Chocolate #58280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

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

R = 62.86%
G = 28.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58280C (or 0x58280C) is known color: Baker's Chocolate. HEX triplet: 58, 28 and 0C. RGB value is (88,40,12). Sum of RGB (Red+Green+Blue) = 88+40+12=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58280C is #A7D7F3. Grayscale: #333333. Windows color (decimal): -10999796 or 796760. OLE color: 796760.

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

Color convert

RGB 88 40 12 -
CMYK 0 0.55 0.86 0.65
HSL 22.11º 0.76% 0.2% -
HSV(B) 22.11º 0.86% 0.35% -
XYZ 4.85 3.62 0.79 -
YUV 51.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 88 40 12 0 0.55 0.86 0.65 22.11 0.76 0.2
Hex 58 28 C 0 37 56 41 16 4C 14
Octal 130 50 14 0 67 126 101 26 114 24
Binary 1011000 101000 1100 0 110111 1010110 1000001 10110 1001100 10100

Color Harmonies of #58280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58280C

Black with #58280C

Text Example


Text Example

White with #58280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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