Html Css Color HEX #532C28 Moccaccino

📋 copy color: '#532C28'

red 83 ◦ green 44 ◦ blue 40

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

Shades of Moccaccino #532C28

Tints of Moccaccino #532C28

RGB

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

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

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

R = 49.7%
G = 26.35%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#532C28 (or 0x532C28) is known color: Moccaccino. HEX triplet: 53, 2C and 28. RGB value is (83,44,40). Sum of RGB (Red+Green+Blue) = 83+44+40=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #532C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C28 is #ACD3D7. Grayscale: #373737. Windows color (decimal): -11326424 or 2632787. OLE color: 2632787.

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

Color convert

RGB 83 44 40 -
CMYK 0 0.47 0.52 0.67
HSL 5.58º 0.35% 0.24% -
HSV(B) 5.58º 0.52% 0.33% -
XYZ 4.85 3.79 2.48 -
YUV 55.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 83 44 40 0 0.47 0.52 0.67 5.58 0.35 0.24
Hex 53 2C 28 0 2F 34 43 6 23 18
Octal 123 54 50 0 57 64 103 6 43 30
Binary 1010011 101100 101000 0 101111 110100 1000011 110 100011 11000

Color Harmonies of #532C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C28

Black with #532C28

Text Example


Text Example

White with #532C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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