Html Css Color HEX #532C29 Moccaccino

📋 copy color: '#532C29'

red 83 ◦ green 44 ◦ blue 41

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

Shades of Moccaccino #532C29

Tints of Moccaccino #532C29

RGB

 RED value IS 83 (32.81% from 255) = 49.4%

 GREEN value IS 44 (17.58% from 255) = 26.19%

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

R = 49.4%
G = 26.19%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#532C29 (or 0x532C29) is known color: Moccaccino. HEX triplet: 53, 2C and 29. RGB value is (83,44,41). Sum of RGB (Red+Green+Blue) = 83+44+41=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #532C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C29 is #ACD3D6. Grayscale: #373737. Windows color (decimal): -11326423 or 2698323. OLE color: 2698323.

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

Color convert

RGB 83 44 41 -
CMYK 0 0.47 0.51 0.67
HSL 4.29º 0.34% 0.24% -
HSV(B) 4.29º 0.51% 0.33% -
XYZ 4.87 3.8 2.57 -
YUV 55.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 83 44 41 0 0.47 0.51 0.67 4.29 0.34 0.24
Hex 53 2C 29 0 2F 33 43 4 22 18
Octal 123 54 51 0 57 63 103 4 42 30
Binary 1010011 101100 101001 0 101111 110011 1000011 100 100010 11000

Color Harmonies of #532C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C29

Black with #532C29

Text Example


Text Example

White with #532C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C29; }

 p { color: rgb(83,44,41); }

 H1.HeaderClassName
 {
   color: #532C29;
 }
 .AnyTagClassName
 {
   color: #532C29;
 }
</style>

background-color css

<style>
 a { background-color: #532C29; }

 a { background-color: rgb(83,44,41); }

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

border-color css

<style>
 span { border-color: #532C29; }

 span { border-color: rgb(83,44,41); }

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