Html Css Color HEX #582D2A Moccaccino

📋 copy color: '#582D2A'

red 88 ◦ green 45 ◦ blue 42

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

Shades of Moccaccino #582D2A

Tints of Moccaccino #582D2A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.71%

 BLUE value IS 42 (16.8% from 255) = 24%

R = 50.29%
G = 25.71%
B = 24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#582D2A (or 0x582D2A) is known color: Moccaccino. HEX triplet: 58, 2D and 2A. RGB value is (88,45,42). Sum of RGB (Red+Green+Blue) = 88+45+42=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #582D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D2A is #A7D2D5. Grayscale: #393939. Windows color (decimal): -10998486 or 2764120. OLE color: 2764120.

HSL color Cylindrical-coordinate representation of color #582D2A: hue angle of 3.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582D2A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 45 42 -
CMYK 0 0.49 0.52 0.65
HSL 3.91º 0.35% 0.25% -
HSV(B) 3.91º 0.52% 0.35% -
XYZ 5.38 4.12 2.7 -
YUV 57.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 88 45 42 0 0.49 0.52 0.65 3.91 0.35 0.25
Hex 58 2D 2A 0 31 34 41 4 23 19
Octal 130 55 52 0 61 64 101 4 43 31
Binary 1011000 101101 101010 0 110001 110100 1000001 100 100011 11001

Color Harmonies of #582D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D2A

Black with #582D2A

Text Example


Text Example

White with #582D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582D2A; }

 p { color: rgb(88,45,42); }

 H1.HeaderClassName
 {
   color: #582D2A;
 }
 .AnyTagClassName
 {
   color: #582D2A;
 }
</style>

background-color css

<style>
 a { background-color: #582D2A; }

 a { background-color: rgb(88,45,42); }

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

border-color css

<style>
 span { border-color: #582D2A; }

 span { border-color: rgb(88,45,42); }

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