Html Css Color HEX #58302C Moccaccino

📋 copy color: '#58302C'

red 88 ◦ green 48 ◦ blue 44

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

Shades of Moccaccino #58302C

Tints of Moccaccino #58302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 48.89%
G = 26.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58302C (or 0x58302C) is known color: Moccaccino. HEX triplet: 58, 30 and 2C. RGB value is (88,48,44). Sum of RGB (Red+Green+Blue) = 88+48+44=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58302C is #A7CFD3. Grayscale: #3B3B3B. Windows color (decimal): -10997716 or 2895960. OLE color: 2895960.

HSL color Cylindrical-coordinate representation of color #58302C: hue angle of 5.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58302C is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 48 44 -
CMYK 0 0.45 0.5 0.65
HSL 5.45º 0.33% 0.26% -
HSV(B) 5.45º 0.5% 0.35% -
XYZ 5.54 4.37 2.93 -
YUV 59.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 88 48 44 0 0.45 0.5 0.65 5.45 0.33 0.26
Hex 58 30 2C 0 2D 32 41 5 21 1A
Octal 130 60 54 0 55 62 101 5 41 32
Binary 1011000 110000 101100 0 101101 110010 1000001 101 100001 11010

Color Harmonies of #58302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58302C

Black with #58302C

Text Example


Text Example

White with #58302C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,48,44); }

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

background-color css

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

 a { background-color: rgb(88,48,44); }

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

border-color css

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

 span { border-color: rgb(88,48,44); }

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