Html Css Color HEX #58312B Moccaccino

📋 copy color: '#58312B'

red 88 ◦ green 49 ◦ blue 43

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

Shades of Moccaccino #58312B

Tints of Moccaccino #58312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 48.89%
G = 27.22%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58312B (or 0x58312B) is known color: Moccaccino. HEX triplet: 58, 31 and 2B. RGB value is (88,49,43). Sum of RGB (Red+Green+Blue) = 88+49+43=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58312B is #A7CED4. Grayscale: #3C3C3C. Windows color (decimal): -10997461 or 2830680. OLE color: 2830680.

HSL color Cylindrical-coordinate representation of color #58312B: hue angle of 8º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58312B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 49 43 -
CMYK 0 0.44 0.51 0.65
HSL 0.34% 0.26% -
HSV(B) 0.51% 0.35% -
XYZ 5.56 4.45 2.85 -
YUV 59.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 88 49 43 0 0.44 0.51 0.65 8 0.34 0.26
Hex 58 31 2B 0 2C 33 41 8 22 1A
Octal 130 61 53 0 54 63 101 10 42 32
Binary 1011000 110001 101011 0 101100 110011 1000001 1000 100010 11010

Color Harmonies of #58312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58312B

Black with #58312B

Text Example


Text Example

White with #58312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58312B; }

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

 H1.HeaderClassName
 {
   color: #58312B;
 }
 .AnyTagClassName
 {
   color: #58312B;
 }
</style>

background-color css

<style>
 a { background-color: #58312B; }

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

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

border-color css

<style>
 span { border-color: #58312B; }

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

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