Html Css Color HEX #522B28 Moccaccino

📋 copy color: '#522B28'

red 82 ◦ green 43 ◦ blue 40

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

Shades of Moccaccino #522B28

Tints of Moccaccino #522B28

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

 BLUE value IS 40 (16.02% from 255) = 24.24%

R = 49.7%
G = 26.06%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#522B28 (or 0x522B28) is known color: Moccaccino. HEX triplet: 52, 2B and 28. RGB value is (82,43,40). Sum of RGB (Red+Green+Blue) = 82+43+40=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #522B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B28 is #ADD4D7. Grayscale: #363636. Windows color (decimal): -11392216 or 2632530. OLE color: 2632530.

HSL color Cylindrical-coordinate representation of color #522B28: hue angle of 4.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #522B28 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 43 40 -
CMYK 0 0.48 0.51 0.68
HSL 4.29º 0.34% 0.24% -
HSV(B) 4.29º 0.51% 0.32% -
XYZ 4.73 3.67 2.47 -
YUV 54.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 82 43 40 0 0.48 0.51 0.68 4.29 0.34 0.24
Hex 52 2B 28 0 30 33 44 4 22 18
Octal 122 53 50 0 60 63 104 4 42 30
Binary 1010010 101011 101000 0 110000 110011 1000100 100 100010 11000

Color Harmonies of #522B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522B28

Black with #522B28

Text Example


Text Example

White with #522B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,43,40); }

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

background-color css

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

 a { background-color: rgb(82,43,40); }

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

border-color css

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

 span { border-color: rgb(82,43,40); }

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