Html Css Color HEX #58312F Moccaccino

📋 copy color: '#58312F'

red 88 ◦ green 49 ◦ blue 47

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

Shades of Moccaccino #58312F

Tints of Moccaccino #58312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 47.83%
G = 26.63%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58312F (or 0x58312F) is known color: Moccaccino. HEX triplet: 58, 31 and 2F. RGB value is (88,49,47). Sum of RGB (Red+Green+Blue) = 88+49+47=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58312F is #A7CED0. Grayscale: #3C3C3C. Windows color (decimal): -10997457 or 3092824. OLE color: 3092824.

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

Color convert

RGB 88 49 47 -
CMYK 0 0.44 0.47 0.65
HSL 2.93º 0.3% 0.26% -
HSV(B) 2.93º 0.47% 0.35% -
XYZ 5.64 4.48 3.26 -
YUV 60.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 88 49 47 0 0.44 0.47 0.65 2.93 0.3 0.26
Hex 58 31 2F 0 2C 2F 41 3 1E 1A
Octal 130 61 57 0 54 57 101 3 36 32
Binary 1011000 110001 101111 0 101100 101111 1000001 11 11110 11010

Color Harmonies of #58312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58312F

Black with #58312F

Text Example


Text Example

White with #58312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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