Html Css Color HEX #522D29 Moccaccino

📋 copy color: '#522D29'

red 82 ◦ green 45 ◦ blue 41

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

Shades of Moccaccino #522D29

Tints of Moccaccino #522D29

RGB

 RED value IS 82 (32.42% from 255) = 48.81%

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

 BLUE value IS 41 (16.41% from 255) = 24.4%

R = 48.81%
G = 26.79%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#522D29 (or 0x522D29) is known color: Moccaccino. HEX triplet: 52, 2D and 29. RGB value is (82,45,41). Sum of RGB (Red+Green+Blue) = 82+45+41=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #522D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D29 is #ADD2D6. Grayscale: #373737. Windows color (decimal): -11391703 or 2698578. OLE color: 2698578.

HSL color Cylindrical-coordinate representation of color #522D29: hue angle of 5.85º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522D29 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 45 41 -
CMYK 0 0.45 0.50 0.68
HSL 5.85º 0.33% 0.24% -
HSV(B) 5.85º 0.5% 0.32% -
XYZ 4.82 3.83 2.58 -
YUV 55.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 82 45 41 0 0.45 0.50 0.68 5.85 0.33 0.24
Hex 52 2D 29 0 2D 32 44 6 21 18
Octal 122 55 51 0 55 62 104 6 41 30
Binary 1010010 101101 101001 0 101101 110010 1000100 110 100001 11000

Color Harmonies of #522D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522D29

Black with #522D29

Text Example


Text Example

White with #522D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522D29; }

 p { color: rgb(82,45,41); }

 H1.HeaderClassName
 {
   color: #522D29;
 }
 .AnyTagClassName
 {
   color: #522D29;
 }
</style>

background-color css

<style>
 a { background-color: #522D29; }

 a { background-color: rgb(82,45,41); }

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

border-color css

<style>
 span { border-color: #522D29; }

 span { border-color: rgb(82,45,41); }

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