Html Css Color HEX #532A29 Moccaccino

📋 copy color: '#532A29'

red 83 ◦ green 42 ◦ blue 41

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

Shades of Moccaccino #532A29

Tints of Moccaccino #532A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

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

R = 50%
G = 25.3%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#532A29 (or 0x532A29) is known color: Moccaccino. HEX triplet: 53, 2A and 29. RGB value is (83,42,41). Sum of RGB (Red+Green+Blue) = 83+42+41=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #532A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A29 is #ACD5D6. Grayscale: #363636. Windows color (decimal): -11326935 or 2697811. OLE color: 2697811.

HSL color Cylindrical-coordinate representation of color #532A29: hue angle of 1.43º 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 #532A29 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 42 41 -
CMYK 0 0.49 0.51 0.67
HSL 1.43º 0.34% 0.24% -
HSV(B) 1.43º 0.51% 0.33% -
XYZ 4.8 3.66 2.55 -
YUV 54.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 83 42 41 0 0.49 0.51 0.67 1.43 0.34 0.24
Hex 53 2A 29 0 31 33 43 1 22 18
Octal 123 52 51 0 61 63 103 1 42 30
Binary 1010011 101010 101001 0 110001 110011 1000011 1 100010 11000

Color Harmonies of #532A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A29

Black with #532A29

Text Example


Text Example

White with #532A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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